[95526] trunk/dports/x11

cal at macports.org cal at macports.org
Sun Jul 15 04:05:29 PDT 2012


Revision: 95526
          https://trac.macports.org/changeset/95526
Author:   cal at macports.org
Date:     2012-07-15 04:05:28 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
pango{,-devel}: fix build on tiger by using GNU make, closes #35203

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2012-07-15 10:58:52 UTC (rev 95525)
+++ trunk/dports/x11/pango/Portfile	2012-07-15 11:05:28 UTC (rev 95526)
@@ -114,6 +114,11 @@
                             --x-lib=${prefix}/lib
 }
 
+# The rules enabled by gobject-introspection require GNU make on tiger, #35203
+if {${os.major} <= 8} {
+    depends_build-append    port:gmake
+    build.type              gnu
+}
 # gobject-introspection uses $CC from env
 build.env-append        CC='${configure.cc}'
 

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-07-15 10:58:52 UTC (rev 95525)
+++ trunk/dports/x11/pango-devel/Portfile	2012-07-15 11:05:28 UTC (rev 95526)
@@ -103,6 +103,11 @@
                         --disable-silent-rules \
                         --without-x
 
+# The rules enabled by gobject-introspection require GNU make on tiger, #35203
+if {${os.major} <= 8} {
+    depends_build-append    port:gmake
+    build.type              gnu
+}
 # gobject-introspection uses g-ir-scanner, which 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/5ad6fc32/attachment.html>


More information about the macports-changes mailing list