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:20:04 UTC 2008


The following reply was made to PR ports/121462; it has been noted by GNATS.

From: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
To: bug-followup at FreeBSD.org, miwi at FreeBSD.org
Cc: freebsd-ports-bugs at FreeBSD.org, gnome at FreeBSD.org
Subject: Re: ports/121462: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1
Date: Thu, 13 Mar 2008 14:06:42 +0900

 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