summaryrefslogtreecommitdiff
path: root/lang/spidermonkey
diff options
context:
space:
mode:
authorfhajny <fhajny>2010-12-27 23:09:22 +0000
committerfhajny <fhajny>2010-12-27 23:09:22 +0000
commite2883330749106669388a98e925629c8116adb85 (patch)
tree14dbe01f55853747208a915262b0971dff95df79 /lang/spidermonkey
parent76948890f4dfe63a89f1027efedfc85d504d22da (diff)
downloadpkgsrc-e2883330749106669388a98e925629c8116adb85.tar.gz
Changing the 'threads' option to non-default. Two depending packages
(multimedia/mediatomb and multimedia/avidemux) were confirmed as working with the non-threaded version, and broken (spinning CPU) with the threaded one, after the 1.8.0 update.
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r--lang/spidermonkey/Makefile3
-rw-r--r--lang/spidermonkey/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile
index a70b4c56cd0..410e6ab43f5 100644
--- a/lang/spidermonkey/Makefile
+++ b/lang/spidermonkey/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2010/12/23 12:36:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.21 2010/12/27 23:09:22 fhajny Exp $
DISTNAME= js-1.8.0-rc1
PKGNAME= spidermonkey-1.8.0rc1
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_MOZILLA:=js/}
diff --git a/lang/spidermonkey/options.mk b/lang/spidermonkey/options.mk
index f517330cefe..9da0b546fa6 100644
--- a/lang/spidermonkey/options.mk
+++ b/lang/spidermonkey/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2010/12/23 12:36:01 fhajny Exp $
+# $NetBSD: options.mk,v 1.2 2010/12/27 23:09:22 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.spidermonkey
PKG_SUPPORTED_OPTIONS= threads unicode
-PKG_SUGGESTED_OPTIONS= threads
+PKG_SUGGESTED_OPTIONS= # empty
.include "../../mk/bsd.options.mk"