[98494] trunk/dports/comms/telepathy-glib/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 6 19:19:41 PDT 2012


Revision: 98494
          http://trac.macports.org//changeset/98494
Author:   ryandesign at macports.org
Date:     2012-10-06 19:19:41 -0700 (Sat, 06 Oct 2012)
Log Message:
-----------
telepathy-glib: ensure even the gobject-introspection parts are UsingTheRightCompiler

Modified Paths:
--------------
    trunk/dports/comms/telepathy-glib/Portfile

Modified: trunk/dports/comms/telepathy-glib/Portfile
===================================================================
--- trunk/dports/comms/telepathy-glib/Portfile	2012-10-07 01:06:13 UTC (rev 98493)
+++ trunk/dports/comms/telepathy-glib/Portfile	2012-10-07 02:19:41 UTC (rev 98494)
@@ -41,6 +41,9 @@
     configure.args-delete   --enable-introspection=no
     configure.args-append   --enable-introspection=yes \
                             --enable-vala-bindings
+    
+    # gobject-introspection uses g-ir-scanner, which uses $CC from env
+    build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
 }
 
 variant python25 conflicts python26 python27 description {Build using Python 2.5} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121006/1704a36b/attachment-0001.html>


More information about the macports-changes mailing list