add freebsd X11 lib paths

This commit is contained in:
2026-01-09 13:58:18 -08:00
parent e9e0e19a98
commit 75db338330

View File

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