commit:     e28be2da708d0809f65b063850583af737ee4c08
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat Jun 20 07:55:42 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 20:07:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28be2da

net-misc/endlessh: fix respecting CFLAGS in 9999

Upstream changed the spacing in their Makefile
which caused our filtering of their flags to break.

Maybe we should switch to a patch in future.

See: 
https://github.com/skeeto/endlessh/commit/4cb4fc6eac621196ce30c5506b5e36b94b643354

Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/16347
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 net-misc/endlessh/endlessh-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/endlessh/endlessh-9999.ebuild 
b/net-misc/endlessh/endlessh-9999.ebuild
index d41c01c6c8e..cf5249abf5f 100644
--- a/net-misc/endlessh/endlessh-9999.ebuild
+++ b/net-misc/endlessh/endlessh-9999.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
 
        sed -i \
                -e 's/^CC/CC?/' \
-               -e 's/^CFLAGS  =/CFLAGS  +=/' \
+               -e 's/^CFLAGS   =/CFLAGS   +=/' \
                -e 's/ -Os//' \
                -e 's/^LDFLAGS/LDFLAGS?/' \
                -e 's/^PREFIX/PREFIX?/' \

Reply via email to