diff options
author | tnn <tnn@pkgsrc.org> | 2011-08-23 16:38:01 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-08-23 16:38:01 +0000 |
commit | 1a3645e866bcb01929a0930ac79e333be3a5f04b (patch) | |
tree | a34d6fbb6499c6ca8e8ad5959228fb268fce7eff /www | |
parent | d83cf0410323eaed23ff7e025682366ba24acfd7 (diff) | |
download | pkgsrc-1a3645e866bcb01929a0930ac79e333be3a5f04b.tar.gz |
--enable-jit was renamed to --enable-tracejit
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk index 3fc05cd54b6..5bf97ed24bb 100644 --- a/www/seamonkey/options.mk +++ b/www/seamonkey/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.18 2011/07/11 20:46:36 tnn Exp $ +# $NetBSD: options.mk,v 1.19 2011/08/23 16:38:01 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-debug .endif .if !empty(PKG_OPTIONS:Mmozilla-jit) -CONFIGURE_ARGS+= --enable-jit +CONFIGURE_ARGS+= --enable-tracejit .else -CONFIGURE_ARGS+= --disable-jit +CONFIGURE_ARGS+= --disable-tracejit .endif |