summaryrefslogtreecommitdiff
path: root/playmidi-make.patch
blob: ef7bff817763200e156422f6de7bb8e6e0e12a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- playmidi-2.4/Makefile.braindead	Thu Oct  1 02:45:23 1998
+++ playmidi-2.4/Makefile	Thu Oct  1 02:45:41 1998
@@ -43,7 +43,7 @@
 INSTALL = install -s
 
 # if you are using the GUS Ultra driver module, add -DULTRA_DRIVER
-CFLAGS	= -Wall -pipe -fomit-frame-pointer -O2 -m486 $(INCAWE)
+CFLAGS	= -Wall -pipe -fomit-frame-pointer $(OPT_FLAGS) $(INCAWE)
 LDFLAGS =
 
 OBJECTS = playmidi.o readmidi.o playevents.o \