[hackers] [dwm][PATCH] config.mk: Add FreeBSD X11* and FREETYPE* settings

From: Christos Margiolis <christos_AT_FreeBSD.org>
Date: Thu, 5 Dec 2024 12:43:33 +0100

Needed in order to build on FreeBSD.
---
 config.mk | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/config.mk b/config.mk
index 8efca9a..1f2884e 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -9,6 +9,9 @@ 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
_AT_@ -17,6 +20,8 @@ XINERAMAFLAGS = -DXINERAMA
 # freetype
 FREETYPELIBS = -lfontconfig -lXft
 FREETYPEINC = /usr/include/freetype2
+# FreeBSD (uncomment)
+#FREETYPEINC = /usr/local/include/freetype2
 # OpenBSD (uncomment)
 #FREETYPEINC = ${X11INC}/freetype2
 #MANPREFIX = ${PREFIX}/man
-- 
2.47.1
Received on Thu Dec 05 2024 - 12:43:33 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 05 2024 - 12:48:42 CET