diff options
Diffstat (limited to 'editors/xemacs/options.mk')
-rw-r--r-- | editors/xemacs/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/options.mk b/editors/xemacs/options.mk index 6b20f58e002..39b1abd2b29 100644 --- a/editors/xemacs/options.mk +++ b/editors/xemacs/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2017/02/23 10:46:34 hauke Exp $ +# $NetBSD: options.mk,v 1.15 2018/01/30 11:52:18 hauke Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xemacs PKG_SUPPORTED_OPTIONS+= ldap canna debug @@ -69,6 +69,7 @@ CONFIGURE_ARGS+= --without-canna PLIST_VARS+= debug .if !empty(PKG_OPTIONS:Mdebug) +CONFIGURE_ARGS+= --enable-debug=yes --with-debug CFLAGS+= -g3 INSTALL_UNSTRIPPED= yes .endif |