Date: Thu, 13 Mar 2008 14:06:42 +0900 From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: bug-followup@FreeBSD.org, 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: <200803130506.AA00641@POLYMER5.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
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@scphys.kyoto-u.ac.jp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803130506.AA00641>