From bfc9a8c77180d35d427a14a981a8d128c5db1dcf Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 4 Jul 2026 10:52:30 +0800 Subject: Default config with OpenBSD config.mk --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 982dc21..b2592c0 100644 --- a/config.mk +++ b/config.mk @@ -18,8 +18,8 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 -#MANPREFIX = ${PREFIX}/man +FREETYPEINC = ${X11INC}/freetype2 +MANPREFIX = ${PREFIX}/man # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -- cgit v1.2.3