pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mlterm x11/mlterm: Add ``debug'' option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8a21b633c80
branches:  trunk
changeset: 381200:b8a21b633c80
user:      rin <rin%pkgsrc.org@localhost>
date:      Sat Jul 02 03:11:43 2022 +0000

description:
x11/mlterm: Add ``debug'' option.

diffstat:

 x11/mlterm/options.mk |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 19fe03fec6a9 -r b8a21b633c80 x11/mlterm/options.mk
--- a/x11/mlterm/options.mk     Fri Jul 01 23:34:01 2022 +0000
+++ b/x11/mlterm/options.mk     Sat Jul 02 03:11:43 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.20 2020/06/21 17:53:01 tsutsui Exp $
+# $NetBSD: options.mk,v 1.21 2022/07/02 03:11:43 rin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mlterm
-PKG_SUPPORTED_OPTIONS= cairo canna fcitx fribidi gdk_pixbuf2 ibus libind m17nlib mlterm-fb otl scim skk uim wnn4 xft2
+PKG_SUPPORTED_OPTIONS= cairo canna fcitx fribidi gdk_pixbuf2 ibus libind m17nlib mlterm-fb otl scim skk uim wnn4 xft2 debug
 PKG_SUGGESTED_OPTIONS= cairo fribidi gdk_pixbuf2 m17nlib otl xft2
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=        mlterm-fb
@@ -154,3 +154,7 @@
 .else
 CONFIGURE_ARGS+=       --with-type-engines=xcore
 .endif
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+=       --enable-debug
+.endif



Home | Main Index | Thread Index | Old Index