[141453] trunk/dports/security/libressl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 01:35:46 PST 2015


Revision: 141453
          https://trac.macports.org/changeset/141453
Author:   jeremyhu at macports.org
Date:     2015-10-18 21:24:31 -0700 (Sun, 18 Oct 2015)
Log Message:
-----------
libressl: Blacklist older compilers to address Snow Leopard build failures

Modified Paths:
--------------
    trunk/dports/security/libressl/Portfile

Modified: trunk/dports/security/libressl/Portfile
===================================================================
--- trunk/dports/security/libressl/Portfile	2015-10-19 04:18:59 UTC (rev 141452)
+++ trunk/dports/security/libressl/Portfile	2015-10-19 04:24:31 UTC (rev 141453)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                libressl
 version             2.2.4
@@ -36,6 +37,9 @@
     --disable-silent-rules \
     --with-openssldir=${prefix}/etc/ssl
 
+# gcc-4.2 from Xcode 3.2.6 fails to handle some of the asm
+compiler.blacklist *gcc-4.2* {clang < 100}
+
 # HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64
 set merger_configure_args(i386)     --disable-asm
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/1243e4ed/attachment.html>


More information about the macports-changes mailing list