[120545] trunk/dports/gnome/grilo-plugins/Portfile

devans at macports.org devans at macports.org
Sat May 31 23:29:00 PDT 2014


Revision: 120545
          https://trac.macports.org/changeset/120545
Author:   devans at macports.org
Date:     2014-05-31 23:29:00 -0700 (Sat, 31 May 2014)
Log Message:
-----------
grilo-plugins: blacklist compilers that don't support C11 to fix build on SL and earlier.

Modified Paths:
--------------
    trunk/dports/gnome/grilo-plugins/Portfile

Modified: trunk/dports/gnome/grilo-plugins/Portfile
===================================================================
--- 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 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140531/f3652475/attachment.html>


More information about the macports-changes mailing list