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

jeremyhu at macports.org jeremyhu at macports.org
Sat Jul 16 10:01:23 PDT 2011


Revision: 80732
          http://trac.macports.org/changeset/80732
Author:   jeremyhu at macports.org
Date:     2011-07-16 10:01:21 -0700 (Sat, 16 Jul 2011)
Log Message:
-----------
gmp: Don't build with llvm-gcc-4.2

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2011-07-16 15:31:09 UTC (rev 80731)
+++ trunk/dports/devel/gmp/Portfile	2011-07-16 17:01:21 UTC (rev 80732)
@@ -6,7 +6,7 @@
 
 name            gmp
 version         5.0.2
-revision        0
+revision        1
 categories      devel math
 license         LGPL-3+
 maintainers     mcalhoun openmaintainer
@@ -36,6 +36,11 @@
 # See #16634
 patchfiles      patch-gmp-h.in.diff
 
+# llvm-gcc-4.2 fails make check
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
+}
+
 configure.args  --infodir=${prefix}/share/info \
                 --enable-cxx
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110716/0848ad9d/attachment.html>


More information about the macports-changes mailing list