1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/gsi/files/patch-ao
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

12 lines
391 B
Plaintext

--- ../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)