|
|
Makefile: change -lcurses to -lncurses for Gentoo in the comment - sfeed - RSS and Atom parser |
|
|
 |
git clone git://git.codemadness.org/sfeed (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit ea04ae0101ae0607295ebea0a23364d31d1d37aa |
|
|
 |
parent 5e9dfb2a28a0305abb4e27df3b15214588c88468 |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Wed, 9 Aug 2023 23:04:21 +0200 |
|
|
|
|
|
|
|
Makefile: change -lcurses to -lncurses for Gentoo in the comment |
|
|
|
|
|
|
|
Reported by commodorian, thanks! |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M Makefile | 2 +- |
|
|
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
--- |
|
|
 |
diff --git a/Makefile b/Makefile |
|
|
|
@@ -34,7 +34,7 @@ SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lcurses |
|
|
|
|
|
|
|
# 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} -lncurses -ltinfo |
|
|
|
|
|
|
|
# FreeBSD: unset feature test macros for SIGWINCH etc. |
|
|
|
#SFEED_CURSES_CPPFLAGS = |
|