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

(-)a/games-emulation/yuzu/yuzu-9999.ebuild (-1 / +1 lines)
Lines 117-123 src_prepare() { Link Here
117
	fi
117
	fi
118
118
119
	# Unbundle cubeb
119
	# Unbundle cubeb
120
	use cubeb && sed -i '$afind_package(Threads REQUIRED)' CMakeLists.txt || die
120
	use cubeb && (sed -i '$afind_package(Threads REQUIRED)' CMakeLists.txt || die)
121
	sed -i '/^if.*cubeb/,/^endif()/d' externals/CMakeLists.txt || die
121
	sed -i '/^if.*cubeb/,/^endif()/d' externals/CMakeLists.txt || die
122
122
123
	# Unbundle cpp-httplib
123
	# Unbundle cpp-httplib

Return to bug 921566