[131424] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 11 19:06:02 PST 2015


Revision: 131424
          https://trac.macports.org/changeset/131424
Author:   jeremyhu at macports.org
Date:     2015-01-11 19:06:02 -0800 (Sun, 11 Jan 2015)
Log Message:
-----------
ld64: Temporary workaround for Tiger build failure (#46527)

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-12 02:41:25 UTC (rev 131423)
+++ trunk/dports/devel/ld64/Portfile	2015-01-12 03:06:02 UTC (rev 131424)
@@ -75,6 +75,11 @@
 if {${os.major} < 10} {
     # Leopard and earlier didn't have libunwind.h in the SDK
     depends_build-append    path:include/libunwind.h:libunwind-headers
+
+    if {${os.major} < 9} {
+        # Temporary workaround for https://trac.macports.org/ticket/46527
+        configure.cppflags-append -DUSE_MACPORTS_LIBUNWIND
+    }
 }
 
 if {${os.arch} eq "powerpc" || ${os.major} < 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150111/c77709a6/attachment.html>


More information about the macports-changes mailing list