diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-25 11:59:28 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-25 11:59:28 +0200 |
commit | 30ce2cc002585409b36c630512c6ca4db8f88f15 (patch) | |
tree | a723de654153adcdd84bf51844ff7800e2f555f3 /config.mk | |
parent | 041912a791e8c2f4d5d2415b16210d29d7e701c5 (diff) | |
download | st-30ce2cc002585409b36c630512c6ca4db8f88f15.tar.gz st-30ce2cc002585409b36c630512c6ca4db8f88f15.tar.bz2 |
Pledge on OpenBSD
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS) STLDFLAGS = $(LIBS) $(LDFLAGS) +# OpenBSD: +#CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE +#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \ +# `pkg-config --libs fontconfig` \ +# `pkg-config --libs freetype2` + # compiler and linker # CC = c99 |