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

jeremyhu at macports.org jeremyhu at macports.org
Sun Nov 9 10:34:10 PST 2014


Revision: 127972
          https://trac.macports.org/changeset/127972
Author:   jeremyhu at macports.org
Date:     2014-11-09 10:34:10 -0800 (Sun, 09 Nov 2014)
Log Message:
-----------
ld64: Fix Leopard build failure (#45637)

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2014-11-09 18:31:32 UTC (rev 127971)
+++ trunk/dports/devel/ld64/Portfile	2014-11-09 18:34:10 UTC (rev 127972)
@@ -98,6 +98,9 @@
 if {${os.major} < 10} {
     # Leopard and earlier didn't have libunwind.h in the SDK
     depends_build-append    path:include/libunwind.h:libunwind-headers
+
+    # Allow build to find libunwind-headers' contents (#45637).
+    configure.cppflags-append -I${prefix}/Developer/SDKs/Darwin${os.major}.sdk/usr/include
 }
 
 if {${os.arch} eq "powerpc" || ${os.major} < 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141109/843b6240/attachment.html>


More information about the macports-changes mailing list