This commit is contained in:
2026-01-21 21:07:29 +09:00
parent 857a6770c7
commit 384d6a01fb

View File

@@ -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} \