[122169] trunk/dports/science/fcl/Portfile

mmoll at macports.org mmoll at macports.org
Wed Jul 16 08:09:14 PDT 2014


Revision: 122169
          https://trac.macports.org/changeset/122169
Author:   mmoll at macports.org
Date:     2014-07-16 08:09:14 -0700 (Wed, 16 Jul 2014)
Log Message:
-----------
science/fcl: possible fix for OS X 10.6, take #2

Modified Paths:
--------------
    trunk/dports/science/fcl/Portfile

Modified: trunk/dports/science/fcl/Portfile
===================================================================
--- trunk/dports/science/fcl/Portfile	2014-07-16 14:36:46 UTC (rev 122168)
+++ trunk/dports/science/fcl/Portfile	2014-07-16 15:09:14 UTC (rev 122169)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 PortGroup  cmake 1.0
 PortGroup  github 1.0
+PortGroup  compiler_blacklist_versions 1.0
 
 categories          science
 maintainers         mmoll openmaintainer
@@ -18,7 +19,7 @@
 checksums           md5     81a5a628f2a226295141d244ade33885 \
                     sha1    2b09a48bbbc56e7935d2d263d27f927dfe33ed55 \
                     rmd160  f2e0c8194ae26f885751e6e1213cd95d2eab96bc
-compiler.blacklist  gcc-4.0 gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2
+compiler.blacklist-append  gcc-4.0 *gcc-4.2
 
 # this should just enable "-march=native", but seems to cause errors with gcc*
 if {[string match *clang* ${configure.compiler}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140716/874632f1/attachment.html>


More information about the macports-changes mailing list