Makefile: remove duplicate CPPFLAGS for sfeed_curses - sfeed - RSS and Atom parser
 (HTM) git clone git://git.codemadness.org/sfeed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit daf56f2cb0a6994c4be8f1b57f1eb4b4cb8c91ba
 (DIR) parent 426fa33dd276fbe662b3794c41db1ab6d59b3c2a
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 14 Mar 2023 18:30:47 +0100
       
       Makefile: remove duplicate CPPFLAGS for sfeed_curses
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -26,7 +26,7 @@ SFEED_CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
        SFEED_CURSES = sfeed_curses
        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}
       +         -DSFEED_THEME=\"themes/${SFEED_THEME}.h\"
        SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses
        
        # Linux: some distros use ncurses and require -lncurses.