diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-13 11:54:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-12-13 11:54:55 +0000 |
commit | e890501d35dcca3b4eaf36b75cc0e192f9277054 (patch) | |
tree | fdb29c3f6c2962ff9648d9997b6ea1358988b47c /databases/metakit/files/patch-Makefile.in | |
parent | 6d3f98cff7a7660a2079106e63979df4f70c070d (diff) |
Notes
Diffstat (limited to 'databases/metakit/files/patch-Makefile.in')
-rw-r--r-- | databases/metakit/files/patch-Makefile.in | 38 |
1 files changed, 10 insertions, 28 deletions
diff --git a/databases/metakit/files/patch-Makefile.in b/databases/metakit/files/patch-Makefile.in index d66de8044f3b..4c4584ae8159 100644 --- a/databases/metakit/files/patch-Makefile.in +++ b/databases/metakit/files/patch-Makefile.in @@ -1,29 +1,11 @@ ---- ../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@ +--- ../unix/Makefile.in.orig Thu Dec 13 12:13:47 2001 ++++ ../unix/Makefile.in Thu Dec 13 12:22:12 2001 +@@ -46,7 +46,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = $(LIBTOOL) --mode=install @INSTALL_DATA@ + INSTALL_PROGRAM = $(LIBTOOL) --mode=install @INSTALL_PROGRAM@ +-TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@ ++TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@ -I@TCL_INCLUDE_DIR@/generic + + #---------- Do not change, shorthand only |