From: Aaron Taylor Date: Fri, 3 Feb 2023 00:15:46 +0000 (-0800) Subject: Minor changes to `Makefile` for building on FreeBSD. X-Git-Url: http://git.subgeniuskitty.com/dwm/.git/commitdiff_plain/c72d552f80461cbeedd200140cc4a9c53ad041cc?ds=inline Minor changes to `Makefile` for building on FreeBSD. --- diff --git a/config.mk b/config.mk index ef8acf7..5e85b8f 100644 --- a/config.mk +++ b/config.mk @@ -7,8 +7,8 @@ VERSION = 6.4 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib +X11INC = /usr/local/include +X11LIB = /usr/local/lib # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama @@ -16,9 +16,9 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/include/freetype2 +#FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 +FREETYPEINC = ${X11INC}/freetype2 #MANPREFIX = ${PREFIX}/man # includes and libs