diff options
Diffstat (limited to 'audio/gsi/files/patch-ao')
-rw-r--r-- | audio/gsi/files/patch-ao | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gsi/files/patch-ao b/audio/gsi/files/patch-ao new file mode 100644 index 000000000000..35186f4c7a2a --- /dev/null +++ b/audio/gsi/files/patch-ao @@ -0,0 +1,11 @@ +--- ../gsi/test/gsif/mus_to_midi/Makefile Wed Feb 2 19:05:31 2000 ++++ ./test/gsif/mus_to_midi/Makefile Thu Dec 7 18:59:21 2000 +@@ -25,7 +25,7 @@ + #-----------------------------------------------------------------------------# + INCLUDES = -I../../../include + +-CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall ++CFLAGS += -Wall -DDEBUG + + ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) + |