X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/6f0f2b7ec3713351de274707672fbadb6cc727a2..dc3b5babf1f8639a0d65cd347fc7879ac0461012:/config.mk?ds=sidebyside diff --git a/config.mk b/config.mk index 039c42c..e676105 100644 --- a/config.mk +++ b/config.mk @@ -23,6 +23,11 @@ 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 -