[70267] trunk/dports/multimedia/libvpx/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 3 23:34:51 PDT 2010


Revision: 70267
          http://trac.macports.org/changeset/70267
Author:   ryandesign at macports.org
Date:     2010-08-03 23:34:48 -0700 (Tue, 03 Aug 2010)
Log Message:
-----------
libvpx: fix "virtual memory exhausted" on Tiger during destroot; see #25943

Modified Paths:
--------------
    trunk/dports/multimedia/libvpx/Portfile

Modified: trunk/dports/multimedia/libvpx/Portfile
===================================================================
--- trunk/dports/multimedia/libvpx/Portfile	2010-08-04 04:14:16 UTC (rev 70266)
+++ trunk/dports/multimedia/libvpx/Portfile	2010-08-04 06:34:48 UTC (rev 70267)
@@ -51,6 +51,12 @@
 #    configure.args-append --enable-install-docs
 #}
 
+platform darwin 8 {
+    # Tiger's make 3.80 experiences "virtual memory exhausted" during destroot
+    depends_build-append port:gmake
+    build.cmd ${prefix}/bin/gmake
+}
+
 build.target
 build.args      verbose=1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100803/d07e9404/attachment.html>


More information about the macports-changes mailing list