pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/mlterm
Module Name: pkgsrc
Committed By: rin
Date: Sat Jul 2 03:11:43 UTC 2022
Modified Files:
pkgsrc/x11/mlterm: options.mk
Log Message:
x11/mlterm: Add ``debug'' option.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/mlterm/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/mlterm/options.mk
diff -u pkgsrc/x11/mlterm/options.mk:1.20 pkgsrc/x11/mlterm/options.mk:1.21
--- pkgsrc/x11/mlterm/options.mk:1.20 Sun Jun 21 17:53:01 2020
+++ pkgsrc/x11/mlterm/options.mk Sat Jul 2 03:11:43 2022
@@ -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 @@ CONFIGURE_ARGS+= --with-type-engines=xco
.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