From 0d202f0fe182b87c00a6509af5cc6e7a59716cfd Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 22 Apr 2022 03:16:46 +0600 Subject: config.mk: add comments for OpenBSD users Closes: https://github.com/nsxiv/nsxiv/issues/262 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3