mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/gallium-nine-standalone: Fix ninewinecfg detection in 0.9
This was broken because it was comparing the string Z:\ against z:\. Closes: https://bugs.gentoo.org/924020 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -64,7 +64,7 @@ src_prepare() {
|
||||
# which doesn't play well with our multi-Wine environment.
|
||||
bootstrap_nine() {
|
||||
local file=tools/cross-wine$(bits)
|
||||
local g9dll=\"Z:${EPREFIX}/usr/$(get_libdir)/d3d9-nine.dll.so\"
|
||||
local g9dll=\"z:${EPREFIX}/usr/$(get_libdir)/d3d9-nine.dll.so\"
|
||||
|
||||
sed \
|
||||
-e "s!@PKG_CONFIG@!$(tc-getPKG_CONFIG)!" \
|
||||
@@ -64,7 +64,7 @@ src_prepare() {
|
||||
# which doesn't play well with our multi-Wine environment.
|
||||
bootstrap_nine() {
|
||||
local file=tools/cross-wine$(bits)
|
||||
local g9dll=\"Z:${EPREFIX}/usr/$(get_libdir)/d3d9-nine.dll.so\"
|
||||
local g9dll=\"z:${EPREFIX}/usr/$(get_libdir)/d3d9-nine.dll.so\"
|
||||
|
||||
sed \
|
||||
-e "s!@PKG_CONFIG@!$(tc-getPKG_CONFIG)!" \
|
||||
|
||||
Reference in New Issue
Block a user