Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/sxcs/
Date: Sat, 05 Nov 2022 15:26:41
Message-Id: 1667659210.2585d4886ceb7f08612068fd83f148ef230333f3.arthurzam@gentoo
1 commit: 2585d4886ceb7f08612068fd83f148ef230333f3
2 Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
3 AuthorDate: Sat Nov 5 14:35:06 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:40:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2585d488
7
8 x11-misc/sxcs: fix LDFLAGS issue
9
10 Closes: https://bugs.gentoo.org/879833
11 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
12
13 x11-misc/sxcs/sxcs-0.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/sxcs/sxcs-0.7.ebuild b/x11-misc/sxcs/sxcs-0.7.ebuild
17 index 4d235209c..88ff0eaf9 100644
18 --- a/x11-misc/sxcs/sxcs-0.7.ebuild
19 +++ b/x11-misc/sxcs/sxcs-0.7.ebuild
20 @@ -23,10 +23,10 @@ RDEPEND="
21 DEPEND="${RDEPEND}"
22
23 src_compile() {
24 + # bug: https://bugs.gentoo.org/879833
25 emake \
26 CC=$(tc-getCC) \
27 - CFLAGS="${CFLAGS}" \
28 - LDFLAGS="${LDFLAGS}"
29 + CFLAGS="${CFLAGS} ${LDFLAGS}"
30 }
31
32 src_install() {