[126173] trunk/dports/python/py-gobject3/Portfile

devans at macports.org devans at macports.org
Sat Oct 4 17:38:49 PDT 2014


Revision: 126173
          https://trac.macports.org/changeset/126173
Author:   devans at macports.org
Date:     2014-10-04 17:38:49 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
py-gobject3: to attempt to fix build for 10.6 and earlier, blacklist compilers that do not support C11.

Modified Paths:
--------------
    trunk/dports/python/py-gobject3/Portfile

Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2014-10-04 23:34:16 UTC (rev 126172)
+++ trunk/dports/python/py-gobject3/Portfile	2014-10-05 00:38:49 UTC (rev 126173)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                py-gobject3
 set my_name         pygobject
@@ -35,6 +36,9 @@
                             port:py${python.version}-cairo \
                             port:gobject-introspection
 
+#   blacklist compilers that do not support C11
+    compiler.blacklist  *gcc* {clang < 300}
+
     use_configure           yes
     configure.python        ${python.bin}
     configure.pkg_config_path \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141004/8ab71617/attachment.html>


More information about the macports-changes mailing list