aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gsi/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsi/files/patch-ah')
-rw-r--r--audio/gsi/files/patch-ah24
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/gsi/files/patch-ah b/audio/gsi/files/patch-ah
index 1a2fbfd3e526..839a7245feda 100644
--- a/audio/gsi/files/patch-ah
+++ b/audio/gsi/files/patch-ah
@@ -1,20 +1,20 @@
---- ../gsi/lib/gsimidi_pcm/Makefile Wed Feb 2 19:03:27 2000
-+++ ./lib/gsimidi_pcm/Makefile Thu Dec 7 18:59:21 2000
+--- lib/gsimidi_pcm/Makefile.orig Mon Jan 8 19:49:16 2001
++++ lib/gsimidi_pcm/Makefile Fri May 16 16:47:01 2003
@@ -23,7 +23,7 @@
STATIC_LIB = libgsimidi_pcm.a
DYNAMIC_LIB = libgsimidi_pcm.so
LIB_NAME = $(LIBGSIMIDI_PCM)
-VERSION = .2.0
+VERSION = .2
- LIB_SRCS = patchgram.c patchlex.c
- LIB_OBJS = debug.o midi.o midiparse.o mididata.o input/midifile.o \
- init.o input/midiin.o match.o volume.o instrum.o error.o \
-@@ -33,7 +33,7 @@
- INSTRUM_DIR = $(SHRDIR)/share/gsi/gsimidi_pcm
+ LIB_SRCS = instrument/patchgram.c instrument/patchlex.c
+ LIB_OBJS = gsimidi_pcm.o midi_to_pcm.o midi_parse.o midi_init.o midi_data.o \
+ input/midi_file.o input/midi_stream.o volume.o \
+@@ -38,7 +38,7 @@
+ INSTRUM_DIR = $(SHRDIR)/gsi/gsimidi_pcm
INSTRUM_MAP = $(INSTRUM_DIR)/patch.mp
--DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall -Wstrict-prototypes
-+DEBUG_FLAGS = -DKPMIDI_DEBUG -Wall #-Wstrict-prototypes
- #OTHER_FLAGS = -DPOSIX_REALTIME -DREPLACED_GUS_C
- #OUTPUT_SRCS = output/gsi.c
- #OUTPUT_OBJS = output/gsi.o
+-DEBUG_FLAGS = -Wall -Wstrict-prototypes #-DKPMIDI_DEBUG #-g
++DEBUG_FLAGS = -Wall #-Wstrict-prototypes #-DKPMIDI_DEBUG #-g
+
+ # Comment out the following line if you do not want to use the GPL'ed GUS
+ # patch reading code: