Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3lb/
Date: Sun, 20 Feb 2022 15:51:42
Message-Id: 1645370896.449d31cad40f4f09cc7f440964cdc3e1d72579c7.voyageur@gentoo
1 commit: 449d31cad40f4f09cc7f440964cdc3e1d72579c7
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 15:28:05 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 15:28:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449d31ca
7
8 x11-plugins/wmpop3lb: better sed command for $CC
9
10 Closes: https://bugs.gentoo.org/726246
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r3.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r3.ebuild
18 index 8b443af7ff28..ddfd4a33a32d 100644
19 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r3.ebuild
20 +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -28,7 +28,7 @@ src_prepare() {
28 sed -i -e "s|-g2 -D_DEBUG|${CFLAGS}|" "wmpop3/Makefile" || die
29
30 #De-hardcode compiler
31 - sed -i -e "s|cc|\$(CC)|g" "wmpop3/Makefile" || die
32 + sed -i -e "s|\tcc |\t\$(CC) |g" "wmpop3/Makefile" || die
33
34 #Honour Gentoo LDFLAGS - bug #335986
35 sed -i -e "s|\$(FLAGS) -o wmpop3lb|\$(LDFLAGS) -o wmpop3lb|" "wmpop3/Makefile" || die