freebsd-ports/audio/gsi/files/patch-ai
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

20 lines
478 B
Text

--- ../gsi/lib/gsimixer/Makefile Wed Feb 2 19:03:43 2000
+++ ./lib/gsimixer/Makefile Thu Dec 7 18:59:21 2000
@@ -23,7 +23,7 @@
STATIC_LIB = libgsimixer.a
DYNAMIC_LIB = libgsimixer.so
LIB_NAME = $(LIBGSIMIXER)
-VERSION = .0.1
+VERSION = .0
LIB_OBJS = gsimixer.o
@@ -31,7 +31,7 @@
INCLUDES = -I../../include
-WARN = -Wall -Wstrict-prototypes
+WARN = -Wall #-Wstrict-prototypes
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS)