mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
- 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'
12 lines
468 B
Text
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
|