[91713] trunk/dports/devel/libyaml/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 8 18:43:58 PDT 2012


Revision: 91713
          https://trac.macports.org/changeset/91713
Author:   jeremyhu at macports.org
Date:     2012-04-08 18:43:55 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
libyaml: Tiger build fix, use a newer linker

Modified Paths:
--------------
    trunk/dports/devel/libyaml/Portfile

Modified: trunk/dports/devel/libyaml/Portfile
===================================================================
--- trunk/dports/devel/libyaml/Portfile	2012-04-08 23:22:25 UTC (rev 91712)
+++ trunk/dports/devel/libyaml/Portfile	2012-04-09 01:43:55 UTC (rev 91713)
@@ -19,5 +19,14 @@
 checksums       rmd160  5051545022ffa4c78e63fed6f3af30f90e931497 \
                 sha256  7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
 
+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
+}
+
 test.run        yes
 test.target     check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/75b6a687/attachment.html>


More information about the macports-changes mailing list