Modified: trunk/dports/gnome/eog/Portfile (149631 => 149632)
--- trunk/dports/gnome/eog/Portfile 2016-06-28 13:54:58 UTC (rev 149631)
+++ trunk/dports/gnome/eog/Portfile 2016-06-28 13:56:44 UTC (rev 149632)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
PortGroup gobject_introspection 1.0
name eog
@@ -52,6 +53,9 @@
gobject_introspection yes
+# blacklist old compilers that do not support gcc diagnostic pragmas in functions
+compiler.blacklist *gcc* {clang < 300}
+
# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
post-patch {