]> git.armaanb.net Git - st.git/blobdiff - config.mk
fix memory leak in xloadcols()
[st.git] / config.mk
index 039c42cef08937b45ce5a4b53ddc84e8716f41c6..e676105ba783a5d68dd2485b7f135430c5755019 100644 (file)
--- 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
-