[110874] trunk/dports/devel/atk/Portfile

larryv at macports.org larryv at macports.org
Sun Sep 8 21:44:51 PDT 2013


Revision: 110874
          https://trac.macports.org/changeset/110874
Author:   larryv at macports.org
Date:     2013-09-08 21:44:51 -0700 (Sun, 08 Sep 2013)
Log Message:
-----------
atk: Correctly pass CC to g-ir-scanner (#38809).

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2013-09-09 04:28:32 UTC (rev 110873)
+++ trunk/dports/devel/atk/Portfile	2013-09-09 04:44:51 UTC (rev 110874)
@@ -41,4 +41,8 @@
     build.cmd               ${prefix}/bin/gmake
 }
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+
 livecheck.type          gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130908/1a1ff346/attachment.html>


More information about the macports-changes mailing list