diff options
author | fhajny <fhajny@pkgsrc.org> | 2010-12-27 23:09:22 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2010-12-27 23:09:22 +0000 |
commit | cdaa9487939f8adb8890a6443a83ac4b4a4f7681 (patch) | |
tree | 14dbe01f55853747208a915262b0971dff95df79 /lang | |
parent | a379c7d1a6730f9b08c30045cc328e5373289c47 (diff) | |
download | pkgsrc-cdaa9487939f8adb8890a6443a83ac4b4a4f7681.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')
-rw-r--r-- | lang/spidermonkey/Makefile | 3 | ||||
-rw-r--r-- | lang/spidermonkey/options.mk | 4 |
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" |