ports/121462: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Sun Mar 9 13:54:18 UTC 2008


I am very sorry, for I sent a wrong patch; "-fPIC" should not be used
to build static library for performance.
Please test the following patch about ports/print/ghostscript-gpl instead:

--- Makefile.orig	2008-03-07 06:07:02.000000000 +0900
+++ Makefile	2008-03-09 15:39:48.000000000 +0900
@@ -209,7 +209,7 @@
 	${LN} -sf ${LOCALBASE}/include/freetype2/freetype \
 		${WRKSRC}/freetype/include/freetype
 	${MKDIR} ${WRKSRC}/freetype/objs
-	${LN} -sf ${LOCALBASE}/lib/libfreetype.a \
+	${LN} -sf /usr/lib/libc.so \
 		${WRKSRC}/freetype/objs/freetype214MT_D.a
 .endif



---
Tsurutani Naoki
turutani at scphys.kyoto-u.ac.jp



More information about the freebsd-ports-bugs mailing list