[86208] trunk/dports/lang/g95/Portfile

takeshi at macports.org takeshi at macports.org
Fri Oct 21 11:51:24 PDT 2011


Revision: 86208
          http://trac.macports.org/changeset/86208
Author:   takeshi at macports.org
Date:     2011-10-21 11:51:23 -0700 (Fri, 21 Oct 2011)
Log Message:
-----------
g95: does not build with clang. force llvm-gcc-4.2. fixes #31664

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

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2011-10-21 18:15:07 UTC (rev 86207)
+++ trunk/dports/lang/g95/Portfile	2011-10-21 18:51:23 UTC (rev 86208)
@@ -86,6 +86,11 @@
     }
 }
 
+# g95 fails to build with clang
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 pre-configure {
     file mkdir ${workpath}/gcc-${version_gcc}/${name}
     reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111021/615eeb05/attachment.html>


More information about the macports-changes mailing list