blob: 3e3fff68465a3455b0c4c3a07ee2b6a5ab89801f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -upr dwm-6.1.orig/config.mk dwm-6.1/config.mk
--- dwm-6.1.orig/config.mk 2015-11-09 11:40:01.970911763 +0100
+++ dwm-6.1/config.mk 2015-11-09 11:40:26.330814681 +0100
@@ -17,8 +17,6 @@ XINERAMAFLAGS = -DXINERAMA
# freetype
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
-# OpenBSD (uncomment)
-FREETYPEINC = ${X11INC}/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
|