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