diff options
Diffstat (limited to 'audio/tclmidi/files/song.patch')
-rw-r--r-- | audio/tclmidi/files/song.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tclmidi/files/song.patch b/audio/tclmidi/files/song.patch new file mode 100644 index 000000000000..f4cb59a86ebd --- /dev/null +++ b/audio/tclmidi/files/song.patch @@ -0,0 +1,11 @@ +--- song/Makefile.in.orig Thu Oct 10 05:32:55 1996 ++++ song/Makefile.in Mon Mar 15 16:39:34 2004 +@@ -15,7 +15,7 @@ + + CFLAGS = @CFLAGS@ @DEFS@ + CC_SWITCHES = @CFLAGS@ @DEFS@ -I${TCL_GENERIC_DIR} ${SHLIB_CFLAGS} \ +- -I$(srcdir)/../events -I$(srcdir)/../rb -I$(srcdir)/../smf -I$(srcdir) ++ -I$(srcdir)/../events -I$(srcdir)/../rb -I$(srcdir)/../smf -I$(srcdir)/.. -I$(srcdir) + + SONGFILES = EvntTree.o Song.o + SONGFILES_SRC = EvntTree.cxx Song.cxx |