freebsd-ports/audio/gsi/files/patch-am
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
366 B
Text

--- ../gsi/test/gsicd/Makefile Wed Feb 2 19:05:14 2000
+++ ./test/gsicd/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)