net-news/sfeed: Update makefile ldflags - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 778c0d79599014ebddf6b6d95653a6e83dcc2430 DIR parent 5fd9bbf0b331172ef98942c36ccc4af938725c1c HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 25 Dec 2022 14:27:25 +0100 net-news/sfeed: Update makefile ldflags Diffstat: M net-news/sfeed/sfeed-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- DIR diff --git a/net-news/sfeed/sfeed-9999.ebuild b/net-news/sfeed/sfeed-9999.ebuild @@ -21,7 +21,8 @@ RDEPEND="${DEPEND}" src_prepare() { default - sed -e 's/^SFEED_CURSES_LDFLAGS = .*/& -ltinfo/' -i Makefile + sed -e 's/^SFEED_CURSES_LDFLAGS = .*/SFEED_CURSES_LDFLAGS = ${LDFLAGS} -lncurses -ltinfo/' \ + -i Makefile if use mono-theme; then sed -e 's/SFEED_THEME =.*/SFEED_THEME = mono/' -i Makefile