[142816] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Sat Dec 12 07:21:26 PST 2015
Revision: 142816
https://trac.macports.org/changeset/142816
Author: ryandesign at macports.org
Date: 2015-11-23 19:24:21 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
glib2, glib2-devel: blacklist clang < 600 when using gcocoanotificationbackend (#49515)
Modified Paths:
--------------
trunk/dports/devel/glib2/Portfile
trunk/dports/devel/glib2-devel/Portfile
Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile 2015-11-24 03:22:35 UTC (rev 142815)
+++ trunk/dports/devel/glib2/Portfile 2015-11-24 03:24:21 UTC (rev 142816)
@@ -48,6 +48,9 @@
if {[vercmp ${macosx_deployment_target} 10.9] < 0} {
# gcocoanotificationbackend requires OS X 10.9 or later.
patchfiles-append remove-gcocoanotificationbackend.patch
+} else {
+ # gcocoanotificationbackend.c:115:52: error: array subscript is not an integer
+ compiler.blacklist-append {clang < 600}
}
depends_build bin:xmllint:libxml2
Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2015-11-24 03:22:35 UTC (rev 142815)
+++ trunk/dports/devel/glib2-devel/Portfile 2015-11-24 03:24:21 UTC (rev 142816)
@@ -48,6 +48,9 @@
if {[vercmp ${macosx_deployment_target} 10.9] < 0} {
# gcocoanotificationbackend requires OS X 10.9 or later.
patchfiles-append remove-gcocoanotificationbackend.patch
+} else {
+ # gcocoanotificationbackend.c:115:52: error: array subscript is not an integer
+ compiler.blacklist-append {clang < 600}
}
depends_build bin:xmllint:libxml2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8bf9b8e1/attachment.html>
More information about the macports-changes
mailing list