From 3a20c908c9b0af8cc57011d198a298a281a347ac Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 15 Nov 2006 15:28:21 +0000 Subject: Explicitly set --enable-debug if we have the "debug" option. Otherwise at least the firefox2 configure script will default to non-debug mode. --- www/seamonkey/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') 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. -- cgit v1.2.3