[142884] trunk/dports/gnome/libgit2-glib/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 07:38:40 PST 2015


Revision: 142884
          https://trac.macports.org/changeset/142884
Author:   devans at macports.org
Date:     2015-11-25 15:48:38 -0800 (Wed, 25 Nov 2015)
Log Message:
-----------
libgit2-glib: blacklist gcc-4.2 and such, tentative build fix for 10.6 and earlier (#49134).

Modified Paths:
--------------
    trunk/dports/gnome/libgit2-glib/Portfile

Modified: trunk/dports/gnome/libgit2-glib/Portfile
===================================================================
--- trunk/dports/gnome/libgit2-glib/Portfile	2015-11-25 23:13:17 UTC (rev 142883)
+++ trunk/dports/gnome/libgit2-glib/Portfile	2015-11-25 23:48:38 UTC (rev 142884)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           gobject_introspection 1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                libgit2-glib
 version             0.23.6
@@ -33,6 +34,8 @@
 
 gobject_introspection yes
 
+compiler.blacklist  *gcc* {clang < 300}
+
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3b6e2bd3/attachment-0001.html>


More information about the macports-changes mailing list