[150776] trunk/dports/lang/llvm-3.3/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 28 02:13:09 PDT 2016


Revision: 150776
          https://trac.macports.org/changeset/150776
Author:   jeremyhu at macports.org
Date:     2016-07-28 02:13:09 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
llvm-3.3: Fix the pre-fetch check to block Sierra

Modified Paths:
--------------
    trunk/dports/lang/llvm-3.3/Portfile

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2016-07-28 07:26:53 UTC (rev 150775)
+++ trunk/dports/lang/llvm-3.3/Portfile	2016-07-28 09:13:09 UTC (rev 150776)
@@ -382,7 +382,7 @@
     }
 }
 
-if {${os.platform} eq "darwin" && ${os.major} > 25} {
+if {${os.platform} eq "darwin" && ${os.major} > 15} {
     depends_lib
     depends_run
     archive_sites
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160728/55701b1a/attachment.html>


More information about the macports-changes mailing list