[126205] trunk/dports/gnome/geocode-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 5 03:49:05 PDT 2014


Revision: 126205
          https://trac.macports.org/changeset/126205
Author:   ryandesign at macports.org
Date:     2014-10-05 03:49:04 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
geocode-glib: use the right compiler for gobject-introspection code

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

Modified: trunk/dports/gnome/geocode-glib/Portfile
===================================================================
--- trunk/dports/gnome/geocode-glib/Portfile	2014-10-05 10:46:28 UTC (rev 126204)
+++ trunk/dports/gnome/geocode-glib/Portfile	2014-10-05 10:49:04 UTC (rev 126205)
@@ -49,6 +49,9 @@
 configure.args      --enable-introspection=yes \
                     --disable-silent-rules
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
+
 platform darwin 8 {
     # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_build-append    port:gmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141005/74b1f7e3/attachment.html>


More information about the macports-changes mailing list