[95527] trunk/dports/graphics/librsvg/Portfile

cal at macports.org cal at macports.org
Sun Jul 15 04:08:52 PDT 2012


Revision: 95527
          https://trac.macports.org/changeset/95527
Author:   cal at macports.org
Date:     2012-07-15 04:08:52 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
librsvg: Fix build on tiger by using GNU make, closes #35204, openmaintainer

Modified Paths:
--------------
    trunk/dports/graphics/librsvg/Portfile

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2012-07-15 11:05:28 UTC (rev 95526)
+++ trunk/dports/graphics/librsvg/Portfile	2012-07-15 11:08:52 UTC (rev 95527)
@@ -55,6 +55,13 @@
     --disable-gtk-doc \
     --disable-Bsymbolic
 
+# librsvg's build process includes the gobject-introspection Makefile, causing
+# the build to fail on tiger if not using GNU make, #35204
+if {${os.major} <= 8} {
+    depends_build-append    port:gmake
+    build.type              gnu
+}
+
 set buildpath   ${worksrcpath}/macports
 post-build {
     xinstall -d ${buildpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/cac92868/attachment-0001.html>


More information about the macports-changes mailing list