x11-misc/sxcs: fix LDFLAGS issue

Closes: https://bugs.gentoo.org/879833
Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>
This commit is contained in:
Nickolas Raymond Kaczynski 2022-11-05 20:35:06 +06:00
parent 743e791bcc
commit 2585d4886c
No known key found for this signature in database
GPG Key ID: 58CBF66F876BD8CF

View File

@ -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() {