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

jeremyhu at macports.org jeremyhu at macports.org
Mon Jan 12 18:33:04 PST 2015


Revision: 131504
          https://trac.macports.org/changeset/131504
Author:   jeremyhu at macports.org
Date:     2015-01-12 18:33:03 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
ld64: Partial revert of previous commit.  Some changes that were intended for testing and not ready for push.

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2015-01-13 02:31:16 UTC (rev 131503)
+++ trunk/dports/devel/ld64/Portfile	2015-01-13 02:33:03 UTC (rev 131504)
@@ -31,11 +31,11 @@
 if {![variant_isset llvm33] && ![variant_isset llvm34] && ![variant_isset llvm35] && ![variant_isset llvm36]} {
     if {${os.major} >= 13} {
         default_variants +llvm35
-    } else {
+    } elseif {${os.major} >= 9} {
         default_variants +llvm34
     }
 
-    if {![variant_isset llvm34] && ![variant_isset llvm35]} {
+    if {![variant_isset llvm34] && ![variant_isset llvm35] && ${os.major} >= 9} {
         ui_error "Your platform cannot be configured without LTO support in ld64.  Please enable one of the llvmXX variants, and try again."
         return -code error "Your platform cannot be configured without LTO support in ld64.  Please enable one of the llvmXX variants, and try again."
     }
@@ -76,7 +76,7 @@
     depends_build-append    path:include/libunwind.h:libunwind-headers
 }
 
-if {${os.major} < 8} {
+if {${os.major} < 9} {
     # XCode 3.2.6
     version             97.17
     revision            4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150112/c44b4b6e/attachment-0001.html>


More information about the macports-changes mailing list