Modified: trunk/dports/gnome/grilo-plugins/Portfile (120544 => 120545)
--- trunk/dports/gnome/grilo-plugins/Portfile 2014-06-01 06:22:15 UTC (rev 120544)
+++ trunk/dports/gnome/grilo-plugins/Portfile 2014-06-01 06:29:00 UTC (rev 120545)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
name grilo-plugins
version 0.2.12
@@ -28,8 +29,6 @@
port:yelp-tools \
port:itstool
-# port:gnome-doc-utils
-
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libxml2 \
port:grilo \
@@ -49,6 +48,12 @@
# port:libdmapsharing \
+# blacklist compilers that do not support C11
+# due to error: redefinition of typedef 'GUPnPService'
+# build fix for SL and earlier
+
+compiler.blacklist *gcc* {clang < 300}
+
# update m4/intltool.m4 and autoreconf
pre-configure {