From 384d6a01fbd3589d341fe6fcaffee6caca55ccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 21 Jan 2026 21:07:29 +0900 Subject: [PATCH] . --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 88fd24e..65af847 100644 --- a/config.mk +++ b/config.mk @@ -35,10 +35,10 @@ FREETYPEINC = ${INC}/freetype2 # includes and libs .if "${UNAME}" == "OpenBSD" INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} \ +LIBS = -L${X11LIB} -L${PREFIX}/lib \ -static \ -lX11 -lXinerama -lfontconfig -lXft -lXrender -lc -lxcb \ - -lpthread -lXext -lfreetype -lexpat -lz -lXau -lXdmcp + -lpthread -lXext -lfreetype -lexpat -lpng16 -lz -lm -lXau -lXdmcp .elif "${UNAME}" == "FreeBSD" INCS = -I${INC} -I${FREETYPEINC} LIBS = -L${LIB} \