[126207] trunk/dports/net/libgweather/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 5 03:51:08 PDT 2014


Revision: 126207
          https://trac.macports.org/changeset/126207
Author:   ryandesign at macports.org
Date:     2014-10-05 03:51:08 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
libgweather: use the right compiler for gobject-introspection code

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2014-10-05 10:49:16 UTC (rev 126206)
+++ trunk/dports/net/libgweather/Portfile	2014-10-05 10:51:08 UTC (rev 126207)
@@ -57,6 +57,9 @@
                 --disable-silent-rules \
                 --disable-glibtest
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
+
 variant glade description {Enable building of glade catalog items} {
     depends_lib-append  port:glade
     configure.args-replace --enable-glade-catalog=no --enable-glade-catalog=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141005/ad04ac84/attachment.html>


More information about the macports-changes mailing list