[94119] trunk/dports/devel/gmp/Portfile

jmr at macports.org jmr at macports.org
Sat Jun 9 11:51:14 PDT 2012


Revision: 94119
          https://trac.macports.org/changeset/94119
Author:   jmr at macports.org
Date:     2012-06-09 11:51:14 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
gmp: don't build with Xcode 4.1's clang

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2012-06-09 16:46:44 UTC (rev 94118)
+++ trunk/dports/devel/gmp/Portfile	2012-06-09 18:51:14 UTC (rev 94119)
@@ -6,6 +6,7 @@
 
 name            gmp
 version         5.0.4
+revision        1
 categories      devel math
 license         LGPL-3+
 maintainers     mcalhoun openmaintainer
@@ -37,11 +38,7 @@
 
 # llvm-gcc-4.2 fails make check
 if {${configure.compiler} == "llvm-gcc-4.2"} {
-    if {[vercmp $xcodeversion 4.1] >= 0} {
-        configure.compiler clang
-    } else {
-        configure.compiler gcc-4.2
-    }
+    configure.compiler gcc-4.2
 }
 
 configure.args  --infodir=${prefix}/share/info \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/7ff01868/attachment.html>


More information about the macports-changes mailing list