Modified: users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile (147461 => 147462)
--- users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile 2016-04-04 19:59:37 UTC (rev 147461)
+++ users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile 2016-04-04 20:02:06 UTC (rev 147462)
@@ -2,9 +2,11 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
name gedit-plugins
version 3.20.0
+revision 1
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description Plug-ins for GEdit
@@ -43,6 +45,9 @@
configure.cmd ./autogen.sh
+# blacklist compilers that do not support C11 (redefinition of typedef ‘GtkSourceTag’ at gtksourceview/gtksourcetag.h:35)
+compiler.blacklist *gcc* {clang < 300}
+
configure.args --disable-python \
--disable-silent-rules \
--disable-schemas-compile