aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64-sound/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mupen64-sound/files/patch-Makefile')
-rw-r--r--emulators/mupen64-sound/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/mupen64-sound/files/patch-Makefile b/emulators/mupen64-sound/files/patch-Makefile
new file mode 100644
index 000000000000..e723a4e55f5e
--- /dev/null
+++ b/emulators/mupen64-sound/files/patch-Makefile
@@ -0,0 +1,14 @@
+--- Makefile.orig Sun Jul 4 11:43:39 2004
++++ Makefile Thu Aug 12 16:09:11 2004
+@@ -1,7 +1,7 @@
+-CC = gcc
+-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon `gtk-config --cflags` -DUSE_GTK -Wall
+-LD = gcc
+-LDFLAGS = -shared -Wl,-Bsymbolic `gtk-config --libs` -lpthread
++#CC = gcc
++#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -ffast-math -mcpu=athlon `gtk-config --cflags` -DUSE_GTK -Wall
++#LD = gcc
++#LDFLAGS = -shared -Wl,-Bsymbolic `gtk-config --libs` -lpthread
+
+ OBJECTS = main.o
+