[45790] trunk/dports/lang/gcc43/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 21 23:06:28 PST 2009


Revision: 45790
          http://trac.macports.org/changeset/45790
Author:   ryandesign at macports.org
Date:     2009-01-21 23:06:28 -0800 (Wed, 21 Jan 2009)
Log Message:
-----------
gcc43: add gmake dependency on Panther; helps with #15566 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/lang/gcc43/Portfile

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2009-01-22 04:52:14 UTC (rev 45789)
+++ trunk/dports/lang/gcc43/Portfile	2009-01-22 07:06:28 UTC (rev 45790)
@@ -89,11 +89,13 @@
     xinstall -m 444 ${filespath}/mp-gcc43 ${destroot}${prefix}/etc/select/gcc/
 }
 
-#platform darwin 7 {
+platform darwin 7 {
+    depends_build-append    port:gmake
+    build.cmd               gmake
 #   configure.cflags-append -force_cpusubtype_ALL
 #   configure.env           BOOT_CFLAGS="-g -O2 -force_cpusubtype_ALL"
 #   build.args-append   XCFLAGS=-force_cpusubtype_ALL
-#}
+}
 
 platform powerpc {
     configure.args-append --disable-multilib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090121/f5223958/attachment.html>


More information about the macports-changes mailing list