From b31a31ab720e6b5099026886a4d77308ec32083b Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 14 Aug 2006 14:22:23 +0000 Subject: Add debug option --- editors/xemacs-current/options.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/xemacs-current/options.mk b/editors/xemacs-current/options.mk index 2de7e06df74..4226bab335d 100644 --- a/editors/xemacs-current/options.mk +++ b/editors/xemacs-current/options.mk @@ -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 @@ CONFIGURE_ARGS+= --without-canna #.else CONFIGURE_ARGS+= --with-sound=none #.endif + +.if !empty(PKG_OPTIONS:Mdebug) +CONFIGURE_ARGS+= --debug +.endif + -- cgit v1.2.3