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

takeshi at macports.org takeshi at macports.org
Sat Oct 18 05:05:00 PDT 2014


Revision: 126963
          https://trac.macports.org/changeset/126963
Author:   takeshi at macports.org
Date:     2014-10-18 05:05:00 -0700 (Sat, 18 Oct 2014)
Log Message:
-----------
g95: blacklist clang on Lion and Mountain Lion

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

Modified: trunk/dports/lang/g95/Portfile
===================================================================
--- trunk/dports/lang/g95/Portfile	2014-10-18 11:02:18 UTC (rev 126962)
+++ trunk/dports/lang/g95/Portfile	2014-10-18 12:05:00 UTC (rev 126963)
@@ -94,6 +94,9 @@
     }
 }
 
+if {${os.major} == 11 || ${os.major} == 12} {
+    compiler.blacklist-append   *clang*
+}
 configure.cflags-append -std=gnu89
 pre-configure {
     file mkdir ${workpath}/gcc-${version_gcc}/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141018/04dd7a0a/attachment.html>


More information about the macports-changes mailing list