pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Add debug option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74402926827c
branches:  trunk
changeset: 517549:74402926827c
user:      martin <martin%pkgsrc.org@localhost>
date:      Mon Aug 14 14:22:23 2006 +0000

description:
Add debug option

diffstat:

 editors/xemacs-current/options.mk |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r b1b7f1019f13 -r 74402926827c editors/xemacs-current/options.mk
--- a/editors/xemacs-current/options.mk Mon Aug 14 14:09:18 2006 +0000
+++ b/editors/xemacs-current/options.mk Mon Aug 14 14:22:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2006/05/31 18:22:23 ghen Exp $
+# $NetBSD: options.mk,v 1.7 2006/08/14 14:22:23 martin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xemacs
-PKG_SUPPORTED_OPTIONS= esound ldap xface canna
+PKG_SUPPORTED_OPTIONS= esound ldap xface canna debug
 
 .include "../../mk/bsd.options.mk"
 
@@ -31,3 +31,8 @@
 #.else
 CONFIGURE_ARGS+=       --with-sound=none
 #.endif
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+=       --debug
+.endif
+



Home | Main Index | Thread Index | Old Index