add freebsd x11 lib paths

This commit is contained in:
2026-01-09 13:58:48 -08:00
parent f8712b2873
commit 0a4a9851d5

View File

@ -9,6 +9,9 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib X11LIB = /usr/X11R6/lib
# freebsd (comment above lines)
#X11INC = /usr/local/include
#X11LIB = /usr/local/lib
# Xinerama, comment if you don't want it # Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama XINERAMALIBS = -lXinerama