Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 874564
Collapse All | Expand All

(-)a/games-board/stockfish/stockfish-15-r1.ebuild (-1 / +1 lines)
Lines 61-67 src_compile() { Link Here
61
	# There's a nice hack in the Makefile that overrides the value of CXX with
61
	# There's a nice hack in the Makefile that overrides the value of CXX with
62
	# COMPILER to support Travis CI and we abuse it to make sure that we
62
	# COMPILER to support Travis CI and we abuse it to make sure that we
63
	# build with our compiler of choice.
63
	# build with our compiler of choice.
64
	emake profile-build ARCH="${my_arch}" \
64
	emake build ARCH="${my_arch}" \
65
		COMP="$(tc-getCXX)" \
65
		COMP="$(tc-getCXX)" \
66
		COMPILER="$(tc-getCXX)" \
66
		COMPILER="$(tc-getCXX)" \
67
		debug=$(usex debug "yes" "no") \
67
		debug=$(usex debug "yes" "no") \
(-)a/games-board/stockfish/stockfish-16.1.ebuild (-1 / +1 lines)
Lines 75-81 src_compile() { Link Here
75
	# There's a nice hack in the Makefile that overrides the value of CXX with
75
	# There's a nice hack in the Makefile that overrides the value of CXX with
76
	# COMPILER to support Travis CI and we abuse it to make sure that we
76
	# COMPILER to support Travis CI and we abuse it to make sure that we
77
	# build with our compiler of choice.
77
	# build with our compiler of choice.
78
	emake profile-build ARCH="${my_arch}" \
78
	emake build ARCH="${my_arch}" \
79
		COMP="$(tc-getCXX)" \
79
		COMP="$(tc-getCXX)" \
80
		COMPILER="$(tc-getCXX)" \
80
		COMPILER="$(tc-getCXX)" \
81
		debug=$(usex debug "yes" "no") \
81
		debug=$(usex debug "yes" "no") \

Return to bug 874564