From: Aaron Taylor Date: Fri, 3 Feb 2023 07:23:34 +0000 (-0800) Subject: Minor changes to `config.mk` for building on FreeBSD 13. X-Git-Url: http://git.subgeniuskitty.com/dwm-status/.git/commitdiff_plain/4467b2695cd9539f1c22008a1c4c131d1e5a723a Minor changes to `config.mk` for building on FreeBSD 13. --- diff --git a/config.mk b/config.mk index 0ec9e47..174beed 100644 --- a/config.mk +++ b/config.mk @@ -7,8 +7,8 @@ VERSION = 1.0 PREFIX = /usr MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib +X11INC = /usr/local/include +X11LIB = /usr/local/lib # includes and libs INCS = -I. -I/usr/include -I${X11INC}