svn commit: r416483 - head/games/0ad/files

Guido Falsi madpilot at FreeBSD.org
Mon Jun 6 18:41:26 UTC 2016


Author: madpilot
Date: Mon Jun  6 18:41:24 2016
New Revision: 416483
URL: https://svnweb.freebsd.org/changeset/ports/416483

Log:
  Enable make jobs again in bundled spidermonkey, patch committed in
  r416413 fixes the original problem.
  
  Testing worked without flaws.
  
  Thanks to tijl at .

Modified:
  head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh

Modified: head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh
==============================================================================
--- head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh	Mon Jun  6 18:32:18 2016	(r416482)
+++ head/games/0ad/files/patch-libraries__source__spidermonkey__build.sh	Mon Jun  6 18:41:24 2016	(r416483)
@@ -1,14 +1,6 @@
---- libraries/source/spidermonkey/build.sh.orig	2015-09-30 20:28:13 UTC
+--- libraries/source/spidermonkey/build.sh.orig	2015-01-24 14:46:52 UTC
 +++ libraries/source/spidermonkey/build.sh
-@@ -25,7 +25,6 @@ else
-   MAKE=${MAKE:="make"}
- fi
- 
--MAKE_OPTS="${JOBS}"
- 
- CONF_OPTS="--enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api" # --enable-trace-logging"
- 
-@@ -82,6 +81,14 @@ cd js/src
+@@ -95,6 +95,14 @@ cd mozjs31/js/src
  rm -rf build-debug
  rm -rf build-release
  


More information about the svn-ports-head mailing list