This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Makefile: add manual path for OpenBSD
Reported by fossy <fossy@dnmx.org>, thanks
master
Hiltjo Posthuma
3 years ago
parent
8b48e30973
commit
cd0773cee9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config.mk
+ 1
- 0
config.mk
View File
@ -19,6 +19,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC
=
/usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS
=
-I
${
X11INC
}
-I
${
FREETYPEINC
}
Write
Preview
Loading…
Cancel
Save