[98489] trunk/dports/devel/json-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 6 16:03:45 PDT 2012


Revision: 98489
          http://trac.macports.org//changeset/98489
Author:   ryandesign at macports.org
Date:     2012-10-06 16:03:45 -0700 (Sat, 06 Oct 2012)
Log Message:
-----------
json-glib: ensure that even the gobject-introspection part is UsingTheRightCompiler (#36501)

Modified Paths:
--------------
    trunk/dports/devel/json-glib/Portfile

Modified: trunk/dports/devel/json-glib/Portfile
===================================================================
--- trunk/dports/devel/json-glib/Portfile	2012-10-06 21:49:31 UTC (rev 98488)
+++ trunk/dports/devel/json-glib/Portfile	2012-10-06 23:03:45 UTC (rev 98489)
@@ -30,6 +30,9 @@
 
 configure.args      --enable-introspection=yes
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+
 platform darwin 8 {
         configure.args-delete --enable-introspection=yes
         configure.args-append --enable-introspection=no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121006/2b493164/attachment.html>


More information about the macports-changes mailing list