From 2938bf448c540f7009b86b6aa598e599d793e70e Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 9 May 2021 20:03:23 +0200 Subject: [PATCH] config.mk: added build options for FreeBSD --- config.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.mk b/config.mk index 1c54ec6..68a7649 100644 --- a/config.mk +++ b/config.mk @@ -10,6 +10,10 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib +# FreeBSD (uncomment) +#X11INC = /usr/local/include +#X11LIB = /usr/local/lib + # Xinerama, comment if you don't want it XINERAMALIBS = -lXinerama XINERAMAFLAGS = -DXINERAMA @@ -17,6 +21,8 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 +# FreeBSD (uncomment) +#FREETYPEINC = /usr/local/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 # OpenBSD - Uncomment this for the swallow patch / SWALLOW_PATCH