summaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-ae
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-07 18:05:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-07 18:05:12 +0000
commit2a64cbe5960bcd31c0dc83ef393d7fbcde3d8b3a (patch)
treef156be516fa9ab5097b0e814ea96ea50cab34533 /audio/gsi/files/patch-ae
parentDon't do isprint(3) filtering, just print it. (diff)
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.
Notes
Notes: svn path=/head/; revision=35752
Diffstat (limited to 'audio/gsi/files/patch-ae')
-rw-r--r--audio/gsi/files/patch-ae20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/gsi/files/patch-ae b/audio/gsi/files/patch-ae
new file mode 100644
index 000000000000..6499b591b2f4
--- /dev/null
+++ b/audio/gsi/files/patch-ae
@@ -0,0 +1,20 @@
+--- ../gsi/lib/gsi/Makefile Wed Feb 2 19:02:05 2000
++++ ./lib/gsi/Makefile Thu Dec 7 18:59:20 2000
+@@ -23,7 +23,7 @@
+ STATIC_LIB = libgsi.a
+ DYNAMIC_LIB = libgsi.so
+ LIB_NAME = $(LIBGSI)
+-VERSION = .0.1
++VERSION = .0
+ LIB_OBJS = gsi.o event.o functions.o io.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)
+