[126206] trunk/dports/gnome/vte/Portfile

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


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

Modified Paths:
--------------
    trunk/dports/gnome/vte/Portfile

Modified: trunk/dports/gnome/vte/Portfile
===================================================================
--- trunk/dports/gnome/vte/Portfile	2014-10-05 10:49:04 UTC (rev 126205)
+++ trunk/dports/gnome/vte/Portfile	2014-10-05 10:49:16 UTC (rev 126206)
@@ -52,6 +52,9 @@
 
 configure.cflags-append -fstrict-aliasing
 
+# 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-catalogue=no --enable-glade-catalogue=yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141005/1543beb4/attachment.html>


More information about the macports-changes mailing list