[119053] trunk/dports/gnome/gjs/Portfile

devans at macports.org devans at macports.org
Tue Apr 15 14:35:12 PDT 2014


Revision: 119053
          https://trac.macports.org/changeset/119053
Author:   devans at macports.org
Date:     2014-04-15 14:35:12 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
gjs: make sure g-ir-scanner uses the right compiler.

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

Modified: trunk/dports/gnome/gjs/Portfile
===================================================================
--- trunk/dports/gnome/gjs/Portfile	2014-04-15 21:24:56 UTC (rev 119052)
+++ trunk/dports/gnome/gjs/Portfile	2014-04-15 21:35:12 UTC (rev 119053)
@@ -45,4 +45,13 @@
 
 configure.args  --disable-silent-rules
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+
+# The rules enabled by gobject-introspection require GNU make 3.81+
+platform darwin 8 {
+    depends_build-append    port:gmake
+    build.cmd               ${prefix}/bin/gmake
+}
+
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140415/c8f3dd26/attachment.html>


More information about the macports-changes mailing list