From 75db338330d8beca7288c0b17f1404fe7df432fa Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 9 Jan 2026 13:58:18 -0800 Subject: [PATCH] add freebsd X11 lib paths --- config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.mk b/config.mk index 137f7c8..5f52acd 100644 --- a/config.mk +++ b/config.mk @@ -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