games-arcade/savagewheels: build system is picky with arguments

Closes: https://bugs.gentoo.org/773439
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2021-02-28 20:48:04 +01:00
parent d16a7010c4
commit b0eef0ee4d
No known key found for this signature in database
GPG Key ID: 508AA000E0EE83E0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DATADIR="${EPREFIX}"/usr/share/${PN}
-DCMAKE_INSTALL_LIBEXECDIR="${EPREFIX}"/usr/libexec/${PN}
-DSOUND=$(usex sound)
-DSOUND=$(usex sound YES NO) # yes, 'NO' is important here. bug 773439
)
cmake_src_configure
}