commit: 2585d4886ceb7f08612068fd83f148ef230333f3 Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> AuthorDate: Sat Nov 5 14:35:06 2022 +0000 Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> CommitDate: Sat Nov 5 14:40:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2585d488
x11-misc/sxcs: fix LDFLAGS issue Closes: https://bugs.gentoo.org/879833 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org> x11-misc/sxcs/sxcs-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/sxcs/sxcs-0.7.ebuild b/x11-misc/sxcs/sxcs-0.7.ebuild index 4d235209c..88ff0eaf9 100644 --- a/x11-misc/sxcs/sxcs-0.7.ebuild +++ b/x11-misc/sxcs/sxcs-0.7.ebuild @@ -23,10 +23,10 @@ RDEPEND=" DEPEND="${RDEPEND}" src_compile() { + # bug: https://bugs.gentoo.org/879833 emake \ CC=$(tc-getCC) \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" + CFLAGS="${CFLAGS} ${LDFLAGS}" } src_install() {
