parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 778c0d79599014ebddf6b6d95653a6e83dcc2430
parent 5fd9bbf0b331172ef98942c36ccc4af938725c1c
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 25 Dec 2022 14:27:25 +0100

net-news/sfeed: Update makefile ldflags

Diffstat:
Mnet-news/sfeed/sfeed-9999.ebuild | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

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