pkgsrc-WIP-changes archive

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

bsddialog: request wide character support in curses



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Tue Dec 3 23:34:11 2024 +0100
Changeset:	1f136709b0ba32b892b4e85aaaf2f0dba54dbe02

Modified Files:
	bsddialog/Makefile

Log Message:
bsddialog: request wide character support in curses

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f136709b0ba32b892b4e85aaaf2f0dba54dbe02

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bsddialog/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/bsddialog/Makefile b/bsddialog/Makefile
index 34160446e3..fcd194976e 100644
--- a/bsddialog/Makefile
+++ b/bsddialog/Makefile
@@ -15,6 +15,8 @@ LICENSE=	2-clause-bsd
 
 WRKSRC=		${WRKDIR}/bsddialog-${GITLAB_TAG}
 
+USE_CURSES=	wide
+
 MAKE_FLAGS+=	DESTDIR=${DESTDIR}
 MAKE_FLAGS+=	PREFIX=${PREFIX}
 AUTO_MKDIRS=	yes


Home | Main Index | Thread Index | Old Index