[91714] trunk/dports/lang/ruby19/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Apr 8 19:29:47 PDT 2012


Revision: 91714
          https://trac.macports.org/changeset/91714
Author:   jeremyhu at macports.org
Date:     2012-04-08 19:29:45 -0700 (Sun, 08 Apr 2012)
Log Message:
-----------
ruby19: Build fix for Tiger

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2012-04-09 01:43:55 UTC (rev 91713)
+++ trunk/dports/lang/ruby19/Portfile	2012-04-09 02:29:45 UTC (rev 91714)
@@ -39,6 +39,15 @@
 					port:libffi \
 					port:gdbm
 
+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
+}
+
 default_variants	+doc
 
 # https://github.com/rubygems/rubygems/pull/196
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120408/a1a7c21e/attachment.html>


More information about the macports-changes mailing list