- 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'
11 lines
452 B
Text
11 lines
452 B
Text
--- 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
|