From ec00088c0f7e7b7e1b64498be3340f2027fb5313 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Fri, 7 Nov 2003 04:26:28 +0000 Subject: [PATCH] enable 16-bit charset support; pointed out by deraadt --- misc/magicpoint/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 76ab5b5cfbf..0ba4171096c 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2003/09/02 19:28:11 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.31 2003/11/07 04:26:28 pvalchev Exp $ COMMENT= "X11-based presentation tool" @@ -27,6 +27,7 @@ USE_X11= Yes CONFIGURE_STYLE=autoconf gnu imake CONFIGURE_ARGS= --disable-vflib CONFIGURE_ARGS+= --enable-gif +CONFIGURE_ARGS+= --enable-freetype-charset16 NO_REGRESS= Yes