From c8275f337f5084806ea14b6ec53b32322a0280c7 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 9 Jan 2026 13:59:33 -0800 Subject: [PATCH] add freebsd lib lines --- config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.mk b/config.mk index 069a6c2..3ad1947 100644 --- a/config.mk +++ b/config.mk @@ -9,6 +9,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 PKG_CONFIG = pkg-config