Skip to content

freetype: add support for 64bit inode filesystems

test doesn't seem to support 64bit integers (probably using atoi internally). Instead, compare the values returned as strings.


@wascott Here's a patch for the freetype issue you were seeing. Instead of subtraction (which seems to have been using Bash-isms), I decided to just compare them as strings instead.

Cc: @cory.quammen

Merge request reports