[95524] trunk/dports/graphics/gdk-pixbuf2/Portfile

cal at macports.org cal at macports.org
Sun Jul 15 03:55:08 PDT 2012


Revision: 95524
          https://trac.macports.org/changeset/95524
Author:   cal at macports.org
Date:     2012-07-15 03:55:08 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
gdk-pixbuf2: Fix build on tiger, closes #35202

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf2/Portfile

Modified: trunk/dports/graphics/gdk-pixbuf2/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-15 10:51:04 UTC (rev 95523)
+++ trunk/dports/graphics/gdk-pixbuf2/Portfile	2012-07-15 10:55:08 UTC (rev 95524)
@@ -52,6 +52,11 @@
 configure.args              --with-libjasper \
                             --enable-introspection=yes
 
+# The rules enabled by gobject-introspection require GNU make on tiger, #35202
+if {${os.major} <= 8} {
+    depends_build-append    port:gmake
+    build.type              gnu
+}
 # gobject-introspection uses $CC from env
 build.env-append            CC='${configure.cc}'
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/ab6b9c09/attachment.html>


More information about the macports-changes mailing list