[126228] trunk/dports/gnome/vte-2.90/Portfile

devans at macports.org devans at macports.org
Sun Oct 5 13:03:36 PDT 2014


Revision: 126228
          https://trac.macports.org/changeset/126228
Author:   devans at macports.org
Date:     2014-10-05 13:03:36 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
vte-2.90: use the right compiler for gobject-introspection code.

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

Modified: trunk/dports/gnome/vte-2.90/Portfile
===================================================================
--- trunk/dports/gnome/vte-2.90/Portfile	2014-10-05 19:49:30 UTC (rev 126227)
+++ trunk/dports/gnome/vte-2.90/Portfile	2014-10-05 20:03:36 UTC (rev 126228)
@@ -48,6 +48,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/587d0809/attachment.html>


More information about the macports-changes mailing list