diff options
Diffstat (limited to 'user/mednafen/ppc.patch')
-rw-r--r-- | user/mednafen/ppc.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/mednafen/ppc.patch b/user/mednafen/ppc.patch index 0f795f169..3642e401a 100644 --- a/user/mednafen/ppc.patch +++ b/user/mednafen/ppc.patch @@ -1,10 +1,10 @@ ---- mednafen/configure.ac.old 2019-01-28 06:52:37.000000000 +0000 -+++ mednafen/configure.ac 2019-03-24 22:30:31.180000000 +0000 -@@ -765,7 +765,7 @@ +--- mednafen/configure.ac.old 2020-05-04 05:35:56.000000000 +0000 ++++ mednafen/configure.ac 2020-07-08 18:14:09.005569259 +0000 +@@ -860,7 +860,7 @@ AM_CONDITIONAL(ARCH_X86_32, true) ;; -- powerpc) +- powerpc*) + powerpc*|ppc*) AC_DEFINE([ARCH_POWERPC], [1], [Define if we are compiling for PPC architectures.]) AM_CONDITIONAL(ARCH_POWERPC, true) |