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

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 11 15:39:33 PST 2015


Revision: 131419
          https://trac.macports.org/changeset/131419
Author:   jeremyhu at macports.org
Date:     2015-01-11 15:39:33 -0800 (Sun, 11 Jan 2015)
Log Message:
-----------
ld64: Fixup to previous commit to not have some temporary debugging changes that accidentally were pushed

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-11 23:03:10 UTC (rev 131418)
+++ trunk/dports/devel/ld64/Portfile	2015-01-11 23:39:33 UTC (rev 131419)
@@ -72,12 +72,12 @@
     set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
 }
 
-if {${os.major} < 20} {
+if {${os.major} < 10} {
     # Leopard and earlier didn't have libunwind.h in the SDK
-    depends_build-append    path:libunwind/DwarfInstructions.hpp:libunwind-headers
+    depends_build-append    path:include/libunwind.h:libunwind-headers
 }
 
-if {${os.arch} eq "powerpc" || ${os.major} < 50} {
+if {${os.arch} eq "powerpc" || ${os.major} < 9} {
     # XCode 3.2.6
     # 127.2 should work for powerpc, but it will require some build fixes.
     version             97.17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150111/89381145/attachment.html>


More information about the macports-changes mailing list