diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-02-26 23:38:04 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-02-26 23:38:04 +0000 |
commit | 22303f80085bab3b22af0b535097e237b302a033 (patch) | |
tree | 080ecb46eec0d587ed13fa49a25eeb618ed5c300 /app-emulation/gallium-nine-standalone/files | |
parent | net-analyzer/icinga2: 2.10.3 bump (diff) | |
download | gentoo-22303f80085bab3b22af0b535097e237b302a033.tar.gz gentoo-22303f80085bab3b22af0b535097e237b302a033.tar.bz2 gentoo-22303f80085bab3b22af0b535097e237b302a033.zip |
app-emulation/gallium-nine-standalone: Version bump to 0.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/files')
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch b/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch new file mode 100644 index 000000000000..830bdc4b32ed --- /dev/null +++ b/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch @@ -0,0 +1,13 @@ +diff --git a/ninewinecfg/main.c b/ninewinecfg/main.c +index 3d58d67..e69668d 100644 +--- a/ninewinecfg/main.c ++++ b/ninewinecfg/main.c +@@ -32,7 +32,7 @@ + + WINE_DEFAULT_DEBUG_CHANNEL(ninecfg); + +-static const char * const fn_nine_dll = "d3d9-nine.dll"; ++static const char * const fn_nine_dll = G9DLL; + static const char * const fn_d3d9_dll = "d3d9.dll"; + static const char * const fn_nine_exe = "ninewinecfg.exe"; + |