From 3e47516a10e533e96d6e557378a7a616f19cd2e9 Mon Sep 17 00:00:00 2001 From: matthieu Date: Fri, 3 Sep 2021 07:28:26 +0000 Subject: [PATCH] Disable building all of the non Unicode fonts, keep only ISO8859-1. --- font/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/font/Makefile.inc b/font/Makefile.inc index feea8f807..8200c3af9 100644 --- a/font/Makefile.inc +++ b/font/Makefile.inc @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 2016/10/02 20:55:09 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2021/09/03 07:28:26 matthieu Exp $ + +CONFIGURE_ARGS += --disable-all-encodings --enable-iso8859-1 realinstall: exec ${MAKE} install FCCACHE=: MKFONTDIR=: MKFONTSCALE=: