[121730] trunk/dports/devel/libffi/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jul 5 20:33:04 PDT 2014
Revision: 121730
https://trac.macports.org/changeset/121730
Author: ryandesign at macports.org
Date: 2014-07-05 20:33:04 -0700 (Sat, 05 Jul 2014)
Log Message:
-----------
libffi: blacklist compilers that cannot compile this version (#44170)
Modified Paths:
--------------
trunk/dports/devel/libffi/Portfile
Modified: trunk/dports/devel/libffi/Portfile
===================================================================
--- trunk/dports/devel/libffi/Portfile 2014-07-06 02:58:25 UTC (rev 121729)
+++ trunk/dports/devel/libffi/Portfile 2014-07-06 03:33:04 UTC (rev 121730)
@@ -33,6 +33,12 @@
checksums rmd160 2445ad6cf9cf42adbd29b9ced4cd29f252864ec5 \
sha256 97feeeadca5e21870fa4433bc953d1b3af3f698d5df8a428f68b73cd60aef6eb
+# unknown:missing indirect symbols for section (__IMPORT,__jump_table)
+compiler.blacklist-append *gcc-4.0 *gcc-4.2
+
+# clang depends on libffi; circular dependencies are not allowed
+compiler.blacklist-append macports-clang-*
+
array set merger_host {
ppc64 powerpc-apple-darwin
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140705/a4fafa13/attachment.html>
More information about the macports-changes
mailing list