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

Tsurutani Naoki turutani at scphys.kyoto-u.ac.jp
Thu Mar 13 05:27:00 UTC 2008


Again, my patch to print/freetype2 was wrong.  Please throw away it.

Here is a better patch to print/ghostscript-gpl:

--- Makefile.orig	2008-03-07 06:07:02.000000000 +0900
+++ Makefile	2008-03-13 13:48:38.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 ${LOCALBASE}/lib/libfreetype.so \
 		${WRKSRC}/freetype/objs/freetype214MT_D.a
 .endif
 
This strange way of linking shared object as static one produces
no error in fact.

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


More information about the freebsd-gnome mailing list