diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-04 15:55:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-04 15:55:11 +0000 |
commit | 2fb1239a49fa0e4872f0f17988f9c01166a36b8b (patch) | |
tree | 3e3101afb51835c4c60f3b3864ec0db55fea5c93 /audio/tclmidi/files/patch-song__Makefile.in | |
parent | - Add customizable reject text (diff) |
- Use ARCH instead of MACHINE_ARCH
- Add a new mirror site
PR: ports/122424
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
- As 5.2-RELEASE is no longer supported, make two conditional patches
mandatory
- Move patching to post-patch target instead of post-extract, so that we
can get unmodified vendor version with `make extract'
Notes
Notes:
svn path=/head/; revision=210523
Diffstat (limited to 'audio/tclmidi/files/patch-song__Makefile.in')
-rw-r--r-- | audio/tclmidi/files/patch-song__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tclmidi/files/patch-song__Makefile.in b/audio/tclmidi/files/patch-song__Makefile.in new file mode 100644 index 000000000000..f4cb59a86ebd --- /dev/null +++ b/audio/tclmidi/files/patch-song__Makefile.in @@ -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 |