From 29f0d9b314e3e78766aca097feff9a40b60efaab Mon Sep 17 00:00:00 2001 From: spycat88 Date: Sun, 16 Nov 2025 15:55:53 +0000 Subject: [PATCH] amiberry: fix building with gcc15 --- .../amiberry/patches/02-fix-building-with-gcc15.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/ROCKNIX/packages/emulators/standalone/amiberry/patches/02-fix-building-with-gcc15.patch diff --git a/projects/ROCKNIX/packages/emulators/standalone/amiberry/patches/02-fix-building-with-gcc15.patch b/projects/ROCKNIX/packages/emulators/standalone/amiberry/patches/02-fix-building-with-gcc15.patch new file mode 100644 index 0000000000..4ccf4cc912 --- /dev/null +++ b/projects/ROCKNIX/packages/emulators/standalone/amiberry/patches/02-fix-building-with-gcc15.patch @@ -0,0 +1,11 @@ +--- a/src/archivers/chd/corestr.cpp ++++ b/src/archivers/chd/corestr.cpp +@@ -16,7 +16,7 @@ + + #include + #include +- ++#include + + /*------------------------------------------------- + core_stricmp - case-insensitive string compare