diff options
Diffstat (limited to 'emulators/mupen64-dummyaudio/files/patch-Makefile')
-rw-r--r-- | emulators/mupen64-dummyaudio/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/mupen64-dummyaudio/files/patch-Makefile b/emulators/mupen64-dummyaudio/files/patch-Makefile deleted file mode 100644 index fe54f2a294a..00000000000 --- a/emulators/mupen64-dummyaudio/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Sun Jul 4 11:44:08 2004 -+++ Makefile Thu Aug 12 16:02:04 2004 -@@ -1,7 +1,7 @@ --CC = gcc --CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall --LD = gcc --LDFLAGS = -shared -Wl,-Bsymbolic -+#CC = gcc -+#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon -Wall -+#LD = gcc -+#LDFLAGS = -shared -Wl,-Bsymbolic - - OBJECTS = audio.o - |