Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Mar 2008 16:20:00 +0900
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        miwi@FreeBSD.org
Cc:        gnome@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/121462: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1
Message-ID:  <47D38FA0.1070109@scphys.kyoto-u.ac.jp>
In-Reply-To: <200803071539.m27FdVoj018343@freefall.freebsd.org>
References:  <200803071539.m27FdVoj018343@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@scphys.kyoto-u.ac.jp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D38FA0.1070109>