mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
2e577dba1c
Add placeholder strstream.h file in the workdir, and patch some of the Makefile.in's to use the workdir in their include path. Rewriting this port to use ISO C++ would maybe be better, but will make the diff a lot larger. Also, the tclmidi program doesn't really seem to be actively maintained anyway. PR: ports/64310 Submitted by: Dimitry Andric <dimitry@andric.com>
12 lines
452 B
Diff
12 lines
452 B
Diff
--- 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
|