[153412] trunk/dports/gnome/tracker/Portfile
devans at macports.org
devans at macports.org
Fri Sep 30 01:03:00 CEST 2016
Revision: 153412
https://trac.macports.org/changeset/153412
Author: devans at macports.org
Date: 2016-09-29 16:03:00 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
tracker: build fix for 10.6, blacklist compilers that do not support C11 redefinition of typedefs.
Modified Paths:
--------------
trunk/dports/gnome/tracker/Portfile
Modified: trunk/dports/gnome/tracker/Portfile
===================================================================
--- trunk/dports/gnome/tracker/Portfile 2016-09-29 22:57:34 UTC (rev 153411)
+++ trunk/dports/gnome/tracker/Portfile 2016-09-29 23:03:00 UTC (rev 153412)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
PortGroup gobject_introspection 1.0
name tracker
@@ -66,6 +67,9 @@
xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
}
+# blacklist compilers that do not support C11 (redefinition of typedef ‘TrackerSparqlBuilder’ at tracker-generated-no-checks.h:27)
+compiler.blacklist *gcc* {clang < 300}
+
configure.cmd ./autogen.sh
configure.args --disable-schemas-compile \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160929/9af3ec69/attachment-0002.html>
More information about the macports-changes
mailing list