pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47045: pkgsrc print/ghostscript fails to build Darwin (Mac OS X 10.7.5)



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

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/47045: pkgsrc print/ghostscript fails to build Darwin (Mac OS 
X 10.7.5)
Date: Mon, 08 Oct 2012 17:43:09 +0900

 I may be wrong.
 if 
   freetype2-2.4.10    Font rendering engine and library API
 is installed, you need following patch.
    patches/patch-freetype_include_freetype_internal_t1types_h
   Some previous version of
 freetype2 may cause the original problem with this patch.
 
 By the way, with X11_TYPE=native, you may need more lines on options.mk
 (I am not sure why modular does not these lines yet).
 I will raise this problem in different context.
 
 Thanks anyway, 
 --------
 Makoto Fujiwara
 
 Index: options.mk
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/print/ghostscript/options.mk,v
 retrieving revision 1.12
 diff -u -r1.12 options.mk
 --- options.mk 7 Oct 2012 14:19:18 -0000       1.12
 +++ options.mk 8 Oct 2012 08:38:31 -0000
 @@ -15,6 +15,11 @@
  .include "../../x11/libX11/buildlink3.mk"
  .include "../../x11/libXt/buildlink3.mk"
  .include "../../x11/libXext/buildlink3.mk"
 +
 +. if !empty(X11_TYPE:Mnative)
 +.  include "../../x11/libxcb/buildlink3.mk"
 +.  include "../../graphics/freetype2/buildlink3.mk"
 +. endif
  .else
  CONFIGURE_ARGS+=      --without-x
  CONFIGURE_ARGS+=      --disable-freetype
 


Home | Main Index | Thread Index | Old Index