[141113] trunk/dports/gnome/gnome-terminal/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Oct 10 23:42:53 PDT 2015


Revision: 141113
          https://trac.macports.org/changeset/141113
Author:   jeremyhu at macports.org
Date:     2015-10-10 23:42:53 -0700 (Sat, 10 Oct 2015)
Log Message:
-----------
gnome-terminal: Blacklist some old compilers to fix build failures on Snow Leopard

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

Modified: trunk/dports/gnome/gnome-terminal/Portfile
===================================================================
--- trunk/dports/gnome/gnome-terminal/Portfile	2015-10-11 06:27:25 UTC (rev 141112)
+++ trunk/dports/gnome/gnome-terminal/Portfile	2015-10-11 06:42:53 UTC (rev 141113)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                gnome-terminal
 version             3.18.0
@@ -54,6 +55,10 @@
     xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
+# The driver driver trips over gterminal.c for some reason
+# clang-77 (Xcode 3.2.6) hits an assertion failure: "UNREACHABLE executed!"
+compiler.blacklist  *gcc-4* {clang < 100}
+
 configure.cmd       ./autogen.sh
 
 configure.args      --with-gtk=3.0 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151010/266ce684/attachment.html>


More information about the macports-changes mailing list