From 93a40355be624a8253def0db457f0a60366023159f8a3f0c6c4934094bb74e9d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 30 Apr 2024 11:24:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=106 --- 0001-Revert-Switch-to-miniz-from-zlib.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/0001-Revert-Switch-to-miniz-from-zlib.patch b/0001-Revert-Switch-to-miniz-from-zlib.patch index 724276b..ef5e05d 100644 --- a/0001-Revert-Switch-to-miniz-from-zlib.patch +++ b/0001-Revert-Switch-to-miniz-from-zlib.patch @@ -10,7 +10,7 @@ This reverts commit ba9ce0e83f6e25e3ddef5000bd51d53f2e3947a2. src/common/audio/music/i_music.cpp | 2 +- src/common/engine/serializer.cpp | 2 +- src/common/filesystem/source/files_decompress.cpp | 2 +- - src/common/filesystem/source/filesystem.cpp | 2 +- + src/common/filesystem/source/filesystem.cpp | 3 ++- src/common/filesystem/source/resourcefile.cpp | 2 +- src/common/models/model.cpp | 13 +++++++++++-- src/common/platform/win32/i_crash.cpp | 2 +- @@ -23,7 +23,7 @@ This reverts commit ba9ce0e83f6e25e3ddef5000bd51d53f2e3947a2. tools/zipdir/CMakeLists.txt | 4 ++-- tools/zipdir/zipdir.c | 2 +- vcpkg.json | 4 ++++ - 18 files changed, 46 insertions(+), 21 deletions(-) + 18 files changed, 47 insertions(+), 21 deletions(-) Index: gzdoom-g4.12.2/CMakeLists.txt =================================================================== @@ -135,11 +135,12 @@ Index: gzdoom-g4.12.2/src/common/filesystem/source/filesystem.cpp =================================================================== --- gzdoom-g4.12.2.orig/src/common/filesystem/source/filesystem.cpp +++ gzdoom-g4.12.2/src/common/filesystem/source/filesystem.cpp -@@ -36,7 +36,7 @@ +@@ -36,7 +36,8 @@ // HEADER FILES ------------------------------------------------------------ -#include ++#include +#include #include #include