[81358] trunk/dports/lang/chapel/Portfile

takeshi at macports.org takeshi at macports.org
Fri Jul 29 15:14:07 PDT 2011


Revision: 81358
          http://trac.macports.org/changeset/81358
Author:   takeshi at macports.org
Date:     2011-07-29 15:14:07 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
chapel: simply force gcc-4.2

Modified Paths:
--------------
    trunk/dports/lang/chapel/Portfile

Modified: trunk/dports/lang/chapel/Portfile
===================================================================
--- trunk/dports/lang/chapel/Portfile	2011-07-29 19:53:28 UTC (rev 81357)
+++ trunk/dports/lang/chapel/Portfile	2011-07-29 22:14:07 UTC (rev 81358)
@@ -33,14 +33,9 @@
 # but gives warnings on linking different triples.
 #
 # chapel does not build with clang.
-if {[string match llvm-* ${configure.compiler}] ||
-    [string match clang ${configure.compiler}]} {
-    pre-configure {
-        ui_error "${name} does not work properly with llvm-gcc or clang."
-        return -code error
-    }
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler  gcc-4.2
 }
-configure.compiler  gcc-4.2
 
 configure.optflags  -O3
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/725dc26d/attachment-0001.html>


More information about the macports-changes mailing list