pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/seamonkey Explicitly set --enable-debug if we have...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26fb38b638ff
branches:  trunk
changeset: 521640:26fb38b638ff
user:      martin <martin%pkgsrc.org@localhost>
date:      Wed Nov 15 15:28:21 2006 +0000

description:
Explicitly set --enable-debug if we have the "debug" option.
Otherwise at least the firefox2 configure script will default to non-debug
mode.

diffstat:

 www/seamonkey/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 58199c29f285 -r 26fb38b638ff www/seamonkey/options.mk
--- a/www/seamonkey/options.mk  Wed Nov 15 15:15:32 2006 +0000
+++ b/www/seamonkey/options.mk  Wed Nov 15 15:28:21 2006 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index