[107727] trunk/dports/gnome/libwnck/Portfile
ryandesign at macports.org
ryandesign at macports.org
Thu Jul 4 11:07:36 PDT 2013
Revision: 107727
https://trac.macports.org/changeset/107727
Author: ryandesign at macports.org
Date: 2013-07-04 11:07:36 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
libwnck: fix build on Tiger by using gmake port
Modified Paths:
--------------
trunk/dports/gnome/libwnck/Portfile
Modified: trunk/dports/gnome/libwnck/Portfile
===================================================================
--- trunk/dports/gnome/libwnck/Portfile 2013-07-04 17:59:51 UTC (rev 107726)
+++ trunk/dports/gnome/libwnck/Portfile 2013-07-04 18:07:36 UTC (rev 107727)
@@ -48,4 +48,10 @@
# 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/ed38411a/attachment.html>
More information about the macports-changes
mailing list