summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2006-11-15 15:28:21 +0000
committermartin <martin@pkgsrc.org>2006-11-15 15:28:21 +0000
commit9252f8f82c3708b55b1572d5cc46570f933b8794 (patch)
tree5d655159faa04df98e71225d58a5441c4bd448fa /www
parente68fea53d0973322014bcb7a3cb961c71c000427 (diff)
downloadpkgsrc-9252f8f82c3708b55b1572d5cc46570f933b8794.tar.gz
Explicitly set --enable-debug if we have the "debug" option.
Otherwise at least the firefox2 configure script will default to non-debug mode.
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/options.mk b/www/seamonkey/options.mk
index 582bc7fd92f..c41c85b380a 100644
--- a/www/seamonkey/options.mk
+++ b/www/seamonkey/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2006/10/03 12:09:14 ghen Exp $
+# $NetBSD: options.mk,v 1.4 2006/11/15 15:28:21 martin Exp $
PKG_OPTIONS_VAR = PKG_OPTIONS.gecko
PKG_SUPPORTED_OPTIONS = debug
@@ -13,6 +13,8 @@ PKG_SUPPORTED_OPTIONS += official-mozilla-branding
# so it is correct
.if empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --disable-debug
+.else
+CONFIGURE_ARGS+= --enable-debug
.endif
# Enable Official mozilla.org Branding for Firefox or Thunderbird.