[95525] trunk/dports/devel/atk/Portfile

cal at macports.org cal at macports.org
Sun Jul 15 03:58:52 PDT 2012


Revision: 95525
          https://trac.macports.org/changeset/95525
Author:   cal at macports.org
Date:     2012-07-15 03:58:52 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
atk: Fix build on tiger, closes #35200

Modified Paths:
--------------
    trunk/dports/devel/atk/Portfile

Modified: trunk/dports/devel/atk/Portfile
===================================================================
--- trunk/dports/devel/atk/Portfile	2012-07-15 10:55:08 UTC (rev 95524)
+++ trunk/dports/devel/atk/Portfile	2012-07-15 10:58:52 UTC (rev 95525)
@@ -35,6 +35,11 @@
 configure.args          --enable-static \
                         --enable-introspection
 
+# # The rules enabled by gobject-introspection require GNU make on tiger, 35200
+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/1ded1241/attachment.html>


More information about the macports-changes mailing list