[148508] trunk/dports/gnome/anjuta/Portfile

devans at macports.org devans at macports.org
Tue May 10 18:48:32 PDT 2016


Revision: 148508
          https://trac.macports.org/changeset/148508
Author:   devans at macports.org
Date:     2016-05-10 18:48:31 -0700 (Tue, 10 May 2016)
Log Message:
-----------
anjuta: blacklist compilers that do not support C11 redefinition of typedefs, build fix for 10.6 and older.

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

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2016-05-11 01:46:15 UTC (rev 148507)
+++ trunk/dports/gnome/anjuta/Portfile	2016-05-11 01:48:31 UTC (rev 148508)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 PortGroup           gobject_introspection 1.0
 PortGroup           muniversal 1.0
 
@@ -57,6 +58,9 @@
 
 gobject_introspection yes
 
+# blacklist compilers that do not support C11 (redefinition of typedef ‘GtkSourceTag’ at gtksourceview/gtksourcetag.h:35)
+compiler.blacklist  *gcc* {clang < 300}
+
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 configure.cmd       ./autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160510/b35c0b4b/attachment.html>


More information about the macports-changes mailing list