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 | 33b9cff3d119330483c1f0db6fcf2e26ed10aeb5 (patch) | |
tree | a34d6fbb6499c6ca8e8ad5959228fb268fce7eff /www/seamonkey | |
parent | 0b8aa0f6a38b398cf462517722bb3713f913e309 (diff) | |
download | pkgsrc-33b9cff3d119330483c1f0db6fcf2e26ed10aeb5.tar.gz |
--enable-jit was renamed to --enable-tracejit
Diffstat (limited to 'www/seamonkey')
-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 |