On 4/10/16 17:01, Jack Howarth wrote:
> Daniel,
>      I am seeing the following build failure in
> pil-systempython27-1.1.7-7 on darwin15
>
> cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common
> -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall
> -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall
> -Wstrict-prototypes -DENABLE_DTRACE -pipe
> -I/System/Library/Frameworks/Tcl.framework/Headers
> -I/System/Library/Frameworks/Tk.framework/Headers -IlibImaging
> -I/sw/include/freetype2 -I/sw/include
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/include
> -I/usr/include
> -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
> -c _imagingft.c -o build/temp.macosx-10.11-intel-2.7/_imagingft.o
> _imagingft.c:73:10: fatal error: 'fterrors.h' file not found
> #include <fterrors.h>
>          ^
> 1 error generated.

Sorry I didn't keep up with freetype's layout of the month.

>  PatchScript: <<
>    sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
> -  perl -pi -e 's|freetype/fterrors.h|fterrors.h|' _imagingft.c
> +  perl -pi -e 's|freetype/fterrors.h|freetype2/freetype/fterrors.h|'
> _imagingft.c
>  <<

It seems that with the current layout they reverted to a really old 
version, which makes that this patch line is no more needed.

Fixed in CVS.

-- 
Martin



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to