in our default include search list.
I'll leave it out.
- built 0.43_03 for testing
+0.44
+- modify the default include directories list to include the location
+ FreeBSD keeps freetype1 headers after the freetype2 locations.
+ This ensures that the -I options are generated with freetype2
+ locations first, so that those directories are searched before
+ the freetype1 directories. This prevents problems compiling
+ font.c on FreeBSD.
+
=================================================================
For latest versions check the Imager-devel pages:
@definc{'/usr/include'}=();
@incs=(split(/\Q$Config{path_sep}/, $INCPATH),
- qw(/sw/include /usr/include/freetype2 /usr/local/include/freetype2
+ qw(/sw/include
+ /usr/include/freetype2
+ /usr/local/include/freetype2
+ /usr/local/include/freetype1/freetype
/usr/include /usr/local/include /usr/include/freetype
/usr/local/include/freetype));
@libs=(split(/\Q$Config{path_sep}/,$LIBPATH),