Modified: users/devans/GNOME-3/stable/dports/gnome/gedit/Portfile (147459 => 147460)
--- users/devans/GNOME-3/stable/dports/gnome/gedit/Portfile 2016-04-04 18:07:06 UTC (rev 147459)
+++ users/devans/GNOME-3/stable/dports/gnome/gedit/Portfile 2016-04-04 19:54:19 UTC (rev 147460)
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup active_variants 1.1
+PortGroup compiler_blacklist_versions 1.0
PortGroup gobject_introspection 1.0
name gedit
@@ -55,8 +56,12 @@
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
}
+
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.cflags-append \
-Wno-error=format-nonliteral