ports/audio/tclmidi/files/patch-smf__Makefile.in
Rong-En Fan 2fb1239a49 - 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'
2008-04-04 15:55:11 +00:00

12 lines
468 B
Text

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