commit: 1638484e583399d0cede4750176c4e1b89500b56
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 7 12:49:50 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 7 12:50:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1638484e
net-irc/ii: sed-fix CFLAGS in 9999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-irc/ii/ii-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-irc/ii/ii-9999.ebuild b/net-irc/ii/ii-9999.ebuild
index 4ba2eac0c28..265a788ad43 100644
--- a/net-irc/ii/ii-9999.ebuild
+++ b/net-irc/ii/ii-9999.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
src_prepare() {
default
- sed -i -e '/^LDFLAGS/{s:-s::g; s:= :+= :g}' config.mk || die
+ sed -i -e '/^LDFLAGS/{s:-s::g; s:= :+= :g}' \
+ -e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' config.mk || die
}
src_compile() {