gentoo-ebuilds/app-emulation/wine-proton/files/wine-proton-9.0-rpath.patch
Ionen Wolkens 10c55e3ba4
app-emulation/wine-proton: add 9.0.9999 (experimental_9.0 branch)
No plans to add the 9.0 beta (will wait for a normal release),
but if really want to try 9.0 early then there is this.

May differ a bit given the releases are not fully based on the
experimental branches.

Not tested much yet, please report issues.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2024-02-26 19:50:20 -05:00

14 lines
356 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -813,8 +813,11 @@
;;
esac
;;
esac
+
+ # do this at the end because it needs double dollar for makefile
+ WINE_TRY_CFLAGS([-Wl,-rpath,\\\$ORIGIN],[UNIXLDFLAGS="$UNIXLDFLAGS '-Wl,-rpath,\$\$ORIGIN'"])
;;
esac
enable_winecoreaudio_drv=${enable_winecoreaudio_drv:-no}