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 --- config.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.mk') diff --git a/config.mk b/config.mk index c303e4b..a5ef840 100644 --- a/config.mk +++ b/config.mk @@ -23,3 +23,12 @@ CFLAGS = -std=c99 -Wall -pedantic # icons that will be installed via `make icon` 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 +# 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)) +# INCLUDES = -I/usr/local/include -I/usr/X11R6/include $(inc_fonts_bsd_$(HAVE_LIBFONTS)) -- cgit v1.2.3-54-g00ecf