config.mk: add comments for OpenBSD users
Closes: https://github.com/nsxiv/nsxiv/issues/262
This commit is contained in:
2
Makefile
2
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))
|
||||
|
Reference in New Issue
Block a user