diff options
Diffstat (limited to 'databases/metakit/files/patch-Makefile.in')
-rw-r--r-- | databases/metakit/files/patch-Makefile.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/metakit/files/patch-Makefile.in b/databases/metakit/files/patch-Makefile.in new file mode 100644 index 000000000000..d66de8044f3b --- /dev/null +++ b/databases/metakit/files/patch-Makefile.in @@ -0,0 +1,29 @@ +--- ../unix/Makefile.in.orig Wed Oct 24 06:42:00 2001 ++++ ../unix/Makefile.in Wed Oct 24 06:59:29 2001 +@@ -39,7 +39,7 @@ + CXX = @CXX@ + INSTALL = @LIBTOOL@ @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_PROGRAM = $(LIBTOOL) --mode=install @INSTALL_PROGRAM@ + LIBTOOL = @LIBTOOL@ + VERSION = @VERSION@ + TCL_BIN_DIR = /usr/local/lib +@@ -61,7 +61,7 @@ + -I$(includedir)/python1.5 \ + -I/usr/include/python1.5 + CXX_SWITCHES_LUA = $(CXXFLAGS) -I$(srcdir)/../include +-CXX_SWITCHES_TEST = -I$(srcdir)/../include ++CXX_SWITCHES_TEST = $(CXXFLAGS) -I$(srcdir)/../include + + #---------- The targets normally specified when calling "make" + +@@ -79,7 +79,7 @@ + diff $(srcdir)/../tests/ok tests + + test-tcl: tcl +- cd $(srcdir)/../tcl/test && tclsh all.tcl ++ cd $(srcdir)/../tcl/test && tclsh8.3 all.tcl + + install: @MK_INSTALL@ + |