mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-news/sfeed: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -31,9 +31,9 @@ PATCHES=(
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC=$(tc-getCC) \
|
||||
RANLIB=$(tc-getRANLIB) \
|
||||
AR=$(tc-getAR) \
|
||||
CC="$(tc-getCC)" \
|
||||
RANLIB="$(tc-getRANLIB)" \
|
||||
AR="$(tc-getAR)" \
|
||||
SFEED_CURSES=$(usex ncurses "sfeed_curses" "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user