[141112] trunk/dports/gnome/vte/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Oct 10 23:27:25 PDT 2015


Revision: 141112
          https://trac.macports.org/changeset/141112
Author:   jeremyhu at macports.org
Date:     2015-10-10 23:27:25 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
vte: Blacklist old compilers to fix build failures on Snow Leopard

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2015-10-11 06:00:59 UTC (rev 141111)
+++ trunk/dports/gnome/vte/Portfile	2015-10-11 06:27:25 UTC (rev 141112)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           gobject_introspection 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                vte
 version             0.42.0
@@ -50,6 +51,10 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
+# gcc-4.2 from Xcode 3.6.2 fails with:
+# vte.cc:5275: error: expected primary-expression before ‘[’ token
+compiler.blacklist  *gcc* {clang < 300}
+
 configure.cmd       ./autogen.sh
 
 configure.args      --enable-glade-catalogue=no \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/e2c20f97/attachment-0001.html>


More information about the macports-changes mailing list