Browse Source

Makefile: add manual path for OpenBSD

master
Hiltjo Posthuma 3 years ago
parent
commit
28fb3e2812
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config.mk

+ 1
- 0
config.mk View File

@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = $(X11INC)/freetype2
#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)


Loading…
Cancel
Save