svn commit: r548846 - head/lang/spidermonkey78

Steve Wills swills at FreeBSD.org
Thu Sep 17 17:44:14 UTC 2020


Author: swills
Date: Thu Sep 17 17:44:14 2020
New Revision: 548846
URL: https://svnweb.freebsd.org/changeset/ports/548846

Log:
  lang/spidermonkey78: attempt to fix build on i386

Modified:
  head/lang/spidermonkey78/Makefile   (contents, props changed)

Modified: head/lang/spidermonkey78/Makefile
==============================================================================
--- head/lang/spidermonkey78/Makefile	Thu Sep 17 16:36:07 2020	(r548845)
+++ head/lang/spidermonkey78/Makefile	Thu Sep 17 17:44:14 2020	(r548846)
@@ -37,6 +37,7 @@ CONFIGURE_ARGS=	--disable-debug \
 		--disable-debug-symbols \
 		--disable-gold \
 		--disable-jemalloc \
+		--disable-tests \
 		--enable-optimize \
 		--enable-readline \
 		--enable-shared-js \


More information about the svn-ports-all mailing list