[120538] trunk/dports/net/gupnp/Portfile

devans at macports.org devans at macports.org
Sat May 31 20:02:00 PDT 2014


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

Modified Paths:
--------------
    trunk/dports/net/gupnp/Portfile

Modified: trunk/dports/net/gupnp/Portfile
===================================================================
--- trunk/dports/net/gupnp/Portfile	2014-06-01 02:42:40 UTC (rev 120537)
+++ trunk/dports/net/gupnp/Portfile	2014-06-01 03:02:00 UTC (rev 120538)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       compiler_blacklist_versions 1.0
 
 name            gupnp
 version         0.20.12
@@ -34,6 +35,12 @@
                 port:ossp-uuid \
                 port:vala
 
+# 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}
+
 configure.args  --disable-silent-rules \
                 --enable-introspection=yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140531/94d172fb/attachment-0001.html>


More information about the macports-changes mailing list