aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2022-04-21 23:16:46 +0200
committerN-R-K <nrk@disroot.org>2022-05-30 14:07:01 +0200
commit0d202f0fe182b87c00a6509af5cc6e7a59716cfd (patch)
tree5da859df7eb7a3dec9f202dfd8937ed1643f2988 /Makefile
parent197afce93508d0c17ec8966fb96deed80c3c0f82 (diff)
downloadnsxiv-0d202f0fe182b87c00a6509af5cc6e7a59716cfd.tar.zst
config.mk: add comments for OpenBSD users
Closes: https://github.com/nsxiv/nsxiv/issues/262
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d54cbc2..4f72fcc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ lib_gif_1 = -lgif
lib_webp_0 =
lib_webp_1 = -lwebpdemux -lwebp
-CPPFLAGS = -D_XOPEN_SOURCE=700 \
+CPPFLAGS = -D_XOPEN_SOURCE=700 $(INCLUDES) \
-DHAVE_LIBGIF=$(HAVE_LIBGIF) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF) \
-DHAVE_LIBWEBP=$(HAVE_LIBWEBP) -DHAVE_LIBFONTS=$(HAVE_LIBFONTS) \
-DHAVE_INOTIFY=$(HAVE_INOTIFY) $(inc_fonts_$(HAVE_LIBFONTS))