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

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 14 01:48:41 PDT 2014


Revision: 122080
          https://trac.macports.org/changeset/122080
Author:   jeremyhu at macports.org
Date:     2014-07-14 01:48:41 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
libffi: Blacklist compilers that would cause a dependency cycle

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

Modified: trunk/dports/devel/libffi/Portfile
===================================================================
--- trunk/dports/devel/libffi/Portfile	2014-07-14 08:43:12 UTC (rev 122079)
+++ trunk/dports/devel/libffi/Portfile	2014-07-14 08:48:41 UTC (rev 122080)
@@ -37,6 +37,9 @@
 # https://trac.macports.org/ticket/44170
 patchfiles-append PR-44170.patch
 
+# Don't use macports gcc or clang toolchains to build this due to dependency cycles
+compiler.blacklist-append macports-*
+
 # Older versions of cctools have a history of being problematic with complex
 # asm like libffi has, so opt for the integrated assembler if it's available
 if {[string match *clang* ${configure.compiler}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140714/8749ca86/attachment.html>


More information about the macports-changes mailing list