diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2025-01-03 16:26:20 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2025-01-04 23:47:04 +0100 |
commit | 3010fc7c49c6fca7dfbc8211525287f2262fee4f (patch) | |
tree | 1d92bef83b3ec49e9b919e7689e59a53788c9586 /app-emulation | |
parent | app-doc/gnucash-docs: remove unused patches (diff) | |
download | gentoo-3010fc7c49c6fca7dfbc8211525287f2262fee4f.tar.gz gentoo-3010fc7c49c6fca7dfbc8211525287f2262fee4f.tar.bz2 gentoo-3010fc7c49c6fca7dfbc8211525287f2262fee4f.zip |
app-emulation/gallium-nine-standalone: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 830bdc4b32ed..000000000000 --- a/app-emulation/gallium-nine-standalone/files/0.3-nine-dll-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -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"; - |