aboutsummaryrefslogtreecommitdiff
path: root/audio/tclmidi/files/patch-smf__Makefile.in
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-04 15:55:11 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-04 15:55:11 +0000
commit2fb1239a49fa0e4872f0f17988f9c01166a36b8b (patch)
tree3e3101afb51835c4c60f3b3864ec0db55fea5c93 /audio/tclmidi/files/patch-smf__Makefile.in
parent61896c838654bcba446f29b9c74543098cc02009 (diff)
downloadports-2fb1239a49fa0e4872f0f17988f9c01166a36b8b.tar.gz
ports-2fb1239a49fa0e4872f0f17988f9c01166a36b8b.zip
- 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-smf__Makefile.in')
-rw-r--r--audio/tclmidi/files/patch-smf__Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/tclmidi/files/patch-smf__Makefile.in b/audio/tclmidi/files/patch-smf__Makefile.in
new file mode 100644
index 000000000000..af1a63d8f89c
--- /dev/null
+++ b/audio/tclmidi/files/patch-smf__Makefile.in
@@ -0,0 +1,12 @@
+--- smf/Makefile.in.orig Thu Oct 10 05:32:53 1996
++++ smf/Makefile.in Mon Mar 15 16:30:42 2004
+@@ -14,7 +14,8 @@
+ VPATH = @srcdir@
+
+ CFLAGS = @CFLAGS@ @DEFS@
+-CC_SWITCHES = @CFLAGS@ @DEFS@ -I${TCL_GENERIC_DIR} ${SHLIB_CFLAGS}
++CC_SWITCHES = @CFLAGS@ @DEFS@ -I${TCL_GENERIC_DIR} ${SHLIB_CFLAGS} \
++ -I$(srcdir)/../smf -I$(srcdir)/../song -I$(srcdir)/.. -I$(srcdir)
+
+ SMFFILES = SMFUtils.o SMFHead.o SMFTrack.o
+ SMFFILES_SRC = SMFUtils.cxx SMFHead.cxx SMFTrack.cxx