diff options
Diffstat (limited to 'games-emulation/mupen64/files/mupen64-noasm.patch')
-rw-r--r-- | games-emulation/mupen64/files/mupen64-noasm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/mupen64/files/mupen64-noasm.patch b/games-emulation/mupen64/files/mupen64-noasm.patch new file mode 100644 index 000000000000..7b740acb85f6 --- /dev/null +++ b/games-emulation/mupen64/files/mupen64-noasm.patch @@ -0,0 +1,11 @@ +--- emu64/Makefile.old 2005-01-02 12:57:37.444075589 -0800 ++++ emu64/Makefile 2005-01-02 12:57:44.673605061 -0800 +@@ -3,7 +3,7 @@ + CC =gcc + CXX =g++ + +-COMFLAGS =-DX86 ++COMFLAGS = + CFLAGS =$(COMFLAGS) + CXXFLAGS =$(COMFLAGS) + |