diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile --- /usr/ports/print/ghostscript-afpl/Makefile Sun Feb 29 21:40:53 2004 +++ print/ghostscript-afpl/Makefile Wed Mar 17 21:46:55 2004 @@ -426,6 +426,8 @@ .endfor .if defined(WITH_FT_BRIDGE) ${MKDIR} ${WRKSRC}/freetype/include + ${LN} -sf ${LOCALBASE}/include/ft2build.h \ + ${WRKSRC}/freetype/include/ft2build.h ${LN} -sf ${LOCALBASE}/include/freetype2/freetype \ ${WRKSRC}/freetype/include/freetype ${MKDIR} ${WRKSRC}/freetype/objs diff -urN /usr/ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c print/ghostscript-afpl/files/patch-src:fapi_ft.c --- /usr/ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c Thu Jan 1 09:00:00 1970 +++ print/ghostscript-afpl/files/patch-src:fapi_ft.c Wed Mar 17 21:43:56 2004 @@ -0,0 +1,12 @@ +--- src/fapi_ft.c.orig Sat Dec 13 07:07:59 2003 ++++ src/fapi_ft.c Wed Mar 17 21:43:43 2004 +@@ -30,7 +30,8 @@ + #include "math_.h" + + /* FreeType headers */ +-#include "freetype/freetype.h" ++#include "ft2build.h" ++#include FT_FREETYPE_H + #include "freetype/ftincrem.h" + #include "freetype/ftglyph.h" + #include "freetype/ftoutln.h"