[91601] trunk/dports/print/ghostscript/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 6 11:54:30 PDT 2012


Revision: 91601
          https://trac.macports.org/changeset/91601
Author:   jeremyhu at macports.org
Date:     2012-04-06 11:54:30 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
gnostscript: Tiger build fix

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2012-04-06 18:23:24 UTC (rev 91600)
+++ trunk/dports/print/ghostscript/Portfile	2012-04-06 18:54:30 UTC (rev 91601)
@@ -68,6 +68,15 @@
 
 depends_build   port:pkgconfig
 
+platform darwin 8 {
+    # Tiger's host ld is ancient (cctools based) and won't properly link this project
+    # Use apple-gcc42 with our ld64 to get it to link
+    depends_build port:apple-gcc42 port:ld64
+    depends_skip_archcheck-append apple-gcc42 ld64
+
+    configure.compiler apple-gcc-4.2
+}
+
 post-extract {
     foreach d {jbig2dec jpeg lcms2 libpng tiff zlib} {
         move "${worksrcpath}/${d}" "${worksrcpath}/${d}_local"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/918bf360/attachment.html>


More information about the macports-changes mailing list