[136259] trunk/dports/gnome/gnome-keyring/Portfile

devans at macports.org devans at macports.org
Wed May 13 12:49:19 PDT 2015


Revision: 136259
          https://trac.macports.org/changeset/136259
Author:   devans at macports.org
Date:     2015-05-13 12:49:19 -0700 (Wed, 13 May 2015)
Log Message:
-----------
gnome-keyring: blacklist compilers that do not support C11 (redefinition of typedefs).

Modified Paths:
--------------
    trunk/dports/gnome/gnome-keyring/Portfile

Modified: trunk/dports/gnome/gnome-keyring/Portfile
===================================================================
--- trunk/dports/gnome/gnome-keyring/Portfile	2015-05-13 19:18:13 UTC (rev 136258)
+++ trunk/dports/gnome/gnome-keyring/Portfile	2015-05-13 19:49:19 UTC (rev 136259)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                gnome-keyring
 epoch               1
@@ -42,6 +43,9 @@
                     port:gcr \
                     port:libgcrypt
 
+# blacklist compilers that do not support C11 (redefinition of typedefs)
+compiler.blacklist  *gcc* {clang < 300}
+
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
 post-patch {
@@ -53,6 +57,7 @@
 configure.args      --without-libcap-ng \
                     --disable-p11-tests \
                     --disable-silent-rules \
+                    --disable-strict \
                     --disable-schemas-compile
 
 platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150513/d55aea6f/attachment.html>


More information about the macports-changes mailing list