From 2d8228377738e306715c1c6caba470ad1b868896 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/xemacs-current/options.mk') 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