diff --git a/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h b/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h new file mode 100644 index 000000000000..188550f483c0 --- /dev/null +++ b/emulators/dosbox-x/files/patch-src_fpu_fpu__instructions__longdouble.h @@ -0,0 +1,11 @@ +--- src/fpu/fpu_instructions_longdouble.h.orig 2022-05-19 07:43:50 UTC ++++ src/fpu/fpu_instructions_longdouble.h +@@ -22,7 +22,7 @@ + #ifdef __GNUC__ + # if defined(__MINGW32__) || (defined(MACOSX) && !defined(__arm64__)) + # include "fpu_control_x86.h" +-# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) ++# elif defined(ANDROID) || defined(__ANDROID__) || (defined(MACOSX) && defined(__arm64__)) || defined(EMSCRIPTEN) || defined(__powerpc__) + /* ? */ + # define _FPU_SETCW(x) /* dummy */ + # else