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