[95523] trunk/dports/gnome/gobject-introspection/Portfile

cal at macports.org cal at macports.org
Sun Jul 15 03:51:07 PDT 2012


Revision: 95523
          https://trac.macports.org/changeset/95523
Author:   cal at macports.org
Date:     2012-07-15 03:51:04 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
gobject-introspection: Fix build on tiger by using GNU make, closes #32358

Modified Paths:
--------------
    trunk/dports/gnome/gobject-introspection/Portfile

Modified: trunk/dports/gnome/gobject-introspection/Portfile
===================================================================
--- trunk/dports/gnome/gobject-introspection/Portfile	2012-07-15 07:18:05 UTC (rev 95522)
+++ trunk/dports/gnome/gobject-introspection/Portfile	2012-07-15 10:51:04 UTC (rev 95523)
@@ -48,6 +48,12 @@
 
 configure.python    ${prefix}/bin/python2.7
 
+# GObject introspection doesn't build with tiger's make, #32358
+if {${os.major} <= 8} {
+    depends_build-append    port:gmake
+    build.type              gnu
+}
+
 build.env-append    CC=${configure.cc}
 build.args          CC=${configure.cc} V=1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/c3322d95/attachment.html>


More information about the macports-changes mailing list