aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-06-30 01:40:52 +0200
committerNRK <nrk@disroot.org>2023-06-30 01:40:52 +0200
commitbfab3a76a420eada64d8fcddea7f5ead4819408f (patch)
tree86f2afc87973108fe049f61a6790a89e39e4798c
parent6185bcb441ac6c2f5c1e94c5f15e9dd678418e56 (diff)
downloadnsxiv-bfab3a76a420eada64d8fcddea7f5ead4819408f.tar.zst
config.mk: update openbsd configuration (#453)
based on the openbsd port: https://github.com/openbsd/ports/blob/cf3cdaf09214bf85907dc9147bab7da77e0281d8/graphics/nsxiv/Makefile Tested-by: Seninha Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/453
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 20bb2b2..7ffb08d 100644
--- a/config.mk
+++ b/config.mk
@@ -35,8 +35,8 @@ ICONS = 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png
# Uncomment on OpenBSD
# HAVE_INOTIFY = 0
# lib_fonts_bsd_0 =
-# lib_fonts_bsd_1 = -lfreetype
+# lib_fonts_bsd_1 = -lfreetype -L/usr/X11R6/lib/freetype2
# inc_fonts_bsd_0 =
# inc_fonts_bsd_1 = -I/usr/X11R6/include/freetype2
-# LDLIBS = -lz -L/usr/local/lib -L/usr/X11R6/lib $(lib_fonts_bsd_$(HAVE_LIBFONTS))
-# CPPFLAGS = -I/usr/local/include -I/usr/X11R6/include $(inc_fonts_bsd_$(HAVE_LIBFONTS))
+# CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include $(inc_fonts_bsd_$(HAVE_LIBFONTS))
+# LDLIBS = -L/usr/X11R6/lib -L/usr/local/lib $(lib_fonts_bsd_$(HAVE_LIBFONTS))