Revision
91561
Author
jeremyhu@macports.org
Date
2012-04-05 01:13:11 -0700 (Thu, 05 Apr 2012)

Log Message

libquicktime: Tiger build fix

Modified Paths

Diff

Modified: trunk/dports/multimedia/libquicktime/Portfile (91560 => 91561)


--- trunk/dports/multimedia/libquicktime/Portfile	2012-04-05 08:02:05 UTC (rev 91560)
+++ trunk/dports/multimedia/libquicktime/Portfile	2012-04-05 08:13:11 UTC (rev 91561)
@@ -30,3 +30,13 @@
                     --with-libintl-prefix=${prefix} \
                     --without-doxygen \
                     --enable-gpl
+
+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
+}
+