[126077] trunk/dports/gnome/gcr/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Oct 2 22:36:14 PDT 2014
Revision: 126077
https://trac.macports.org/changeset/126077
Author: ryandesign at macports.org
Date: 2014-10-02 22:36:14 -0700 (Thu, 02 Oct 2014)
Log Message:
-----------
gcr: use the right compiler
Modified Paths:
--------------
trunk/dports/gnome/gcr/Portfile
Modified: trunk/dports/gnome/gcr/Portfile
===================================================================
--- trunk/dports/gnome/gcr/Portfile 2014-10-03 04:22:04 UTC (rev 126076)
+++ trunk/dports/gnome/gcr/Portfile 2014-10-03 05:36:14 UTC (rev 126077)
@@ -66,7 +66,10 @@
--disable-update-mime \
--disable-update-icon-cache \
--disable-silent-rules
-
+
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append CC="${configure.cc} ${configure.cc_archflags}"
+
pre-activate {
if {![catch {set installed [lindex [registry_active gnome-keyring] 0]}]} {
set _version [lindex $installed 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141002/98793372/attachment.html>
More information about the macports-changes
mailing list