X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.mk;h=c7355f1507c8b30d0ee08066322f3b51d7928c11;hb=30ce2cc002585409b36c630512c6ca4db8f88f15;hp=b2eac10d3a0cc3f5741b56526224b4825fd81a7c;hpb=49a4f91fc5caf4b8b64f2b73a6be506fa06917b9;p=st.git diff --git a/config.mk b/config.mk index b2eac10..c7355f1 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # st version -VERSION = 0.8 +VERSION = 0.8.1 # Customize below to fit your system @@ -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