Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2008 05:20:04 GMT
From:      Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To:        gnome@FreeBSD.org
Subject:   Re: ports/121462: building print/ghostscript-gpl fails with WITH_FT_BRIDGE=1
Message-ID:  <200803130520.m2D5K4tY030318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/121462; it has been noted by GNATS.

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: bug-followup@FreeBSD.org, miwi@FreeBSD.org
Cc: freebsd-ports-bugs@FreeBSD.org, gnome@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@scphys.kyoto-u.ac.jp



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