diff -ru sfeed-1.2.orig/Makefile sfeed-1.2/Makefile --- sfeed-1.2.orig/Makefile 2022-02-20 11:43:35.164358731 +0100 +++ sfeed-1.2/Makefile 2022-02-20 11:43:45.874495281 +0100 @@ -27,14 +27,14 @@ SFEED_CURSES_CFLAGS = ${CFLAGS} SFEED_CURSES_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE \ -DSFEED_THEME=\"themes/${SFEED_THEME}.h\" ${SFEED_CPPFLAGS} -SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses +#SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses # Linux: some distros use ncurses and require -lncurses. #SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lncurses # Gentoo Linux: some distros might also require -ltinfo and -D_DEFAULT_SOURCE # to prevent warnings about feature test macros. -#SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses -ltinfo +SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses -ltinfo # FreeBSD: unset feature test macros for SIGWINCH etc. #SFEED_CURSES_CPPFLAGS =