[122003] trunk/dports/devel/libffi/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jul 12 19:22:43 PDT 2014


Revision: 122003
          https://trac.macports.org/changeset/122003
Author:   jeremyhu at macports.org
Date:     2014-07-12 19:22:43 -0700 (Sat, 12 Jul 2014)
Log Message:
-----------
libffi: Xcode 3.2.6's clang fails to build libffi for the same reason

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

Modified: trunk/dports/devel/libffi/Portfile
===================================================================
--- trunk/dports/devel/libffi/Portfile	2014-07-13 02:21:10 UTC (rev 122002)
+++ trunk/dports/devel/libffi/Portfile	2014-07-13 02:22:43 UTC (rev 122003)
@@ -2,6 +2,7 @@
 
 PortSystem 1.0
 PortGroup  muniversal 1.0
+PortGroup  compiler_blacklist_versions 1.0
 
 name                libffi
 version             3.1
@@ -34,7 +35,7 @@
                     sha256  97feeeadca5e21870fa4433bc953d1b3af3f698d5df8a428f68b73cd60aef6eb
 
 # unknown:missing indirect symbols for section (__IMPORT,__jump_table)
-compiler.blacklist-append *gcc-3.3 *gcc-4.0 *gcc-4.2
+compiler.blacklist-append *gcc-3.3 *gcc-4.0 *gcc-4.2 {clang < 100}
 
 # clang depends on libffi; circular dependencies are not allowed
 compiler.blacklist-append macports-clang-*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140712/cf11eba1/attachment.html>


More information about the macports-changes mailing list