[91605] trunk/dports/net/pidgin/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 6 14:29:53 PDT 2012


Revision: 91605
          https://trac.macports.org/changeset/91605
Author:   jeremyhu at macports.org
Date:     2012-04-06 14:29:53 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
pidgin: Tiger build fix

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2012-04-06 20:50:47 UTC (rev 91604)
+++ trunk/dports/net/pidgin/Portfile	2012-04-06 21:29:53 UTC (rev 91605)
@@ -39,6 +39,15 @@
 # nss is not universal
 universal_variant   no
 
+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
+}
+
 patchfiles          patch-configure.ac.diff \
                     patch-libpurple-internal.h.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/e618b4f4/attachment.html>


More information about the macports-changes mailing list