freebsd-ports/audio/gsi/files/patch-au
Maxim Sobolev 2a64cbe596 Add GSI. GSI is an easy to use audio system which can be used over a network
and which gives applications, through a very simple API, sample playing with
stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and
ejecting/changing.
2000-12-07 18:05:12 +00:00

11 lines
306 B
Text

--- ../gsi/test/server/stream/Makefile Wed Feb 2 19:06:27 2000
+++ ./test/server/stream/Makefile Thu Dec 7 18:59:21 2000
@@ -28,7 +28,7 @@
INCLUDES = -I../../../include
-CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall
+CFLAGS += -Wall -DDEBUG
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)