1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/gsi/files/patch-ah
Pete Fritchman 3d2066e576 - update to 0.9.6
- switch to bz2 distfile
- ECHO -> ECHO_MSG

PR:		52043
Submitted by:	Ports Fury
2003-05-18 19:09:46 +00:00

21 lines
768 B
Plaintext

--- 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 = 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 = -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: