commit ed4f8a3c3db490f3ddbf1553f60540645f00745d
parent 5ad38e74a3c097562b373aa07f39e1cea564217a
Author: parazyd <parazyd@dyne.org>
Date: Wed, 6 May 2020 11:01:42 +0200
app-text/catpoint: Compile fix.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/app-text/catpoint/catpoint-9999.ebuild b/app-text/catpoint/catpoint-9999.ebuild
@@ -23,6 +23,7 @@ src_prepare() {
sed -i \
-e "/^CDFLAGS/{s|=|+=|g;s|-O. | |g}" \
-e "/^LDFLAGS/{s|=|+=|g;s|-s | |g}" \
+ -e "s@^LIBS = .*@& -ltinfow@" \
-e "s@-I/usr/include@@" -e "s@-L/usr/lib@@" \
config.mk || die