diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-05 21:04:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-11-05 21:04:39 +0000 |
commit | 7992f140a188d0a2b54e413002656522f9b459d4 (patch) | |
tree | 137988ac87f2a27f5e5c587a1be5ed3f03c2da30 /databases/metakit/files | |
parent | Upgrade to 1.12. (diff) |
- Update to 2.4.8
Diffstat (limited to 'databases/metakit/files')
-rw-r--r-- | databases/metakit/files/patch-Makefile.in | 28 | ||||
-rw-r--r-- | databases/metakit/files/patch-configure | 11 |
2 files changed, 28 insertions, 11 deletions
diff --git a/databases/metakit/files/patch-Makefile.in b/databases/metakit/files/patch-Makefile.in new file mode 100644 index 000000000000..2ba3c27f45a9 --- /dev/null +++ b/databases/metakit/files/patch-Makefile.in @@ -0,0 +1,28 @@ +--- ../unix/Makefile.in.orig Tue Nov 5 21:21:10 2002 ++++ ../unix/Makefile.in Tue Nov 5 21:37:12 2002 +@@ -39,7 +39,7 @@ + + tclsh =tclsh8.4 + tclincludedir = @TCL_INCLUDE_DIR@ +-tcllibdir = @TCL_INCLUDE_DIR@/../lib ++tcllibdir = @TCL_INCLUDE_DIR@/../../lib/tcl8.4 + + # Compiling without frame pointers can play tricks with exception handling + # (e.g. in Mk4py). This does not affect standard operation, *only* errors. +@@ -54,6 +54,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = $L --mode=install @INSTALL_DATA@ + INSTALL_PROGRAM = $L --mode=install @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = $L --mode=install @INSTALL_SCRIPT@ + + LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ + +@@ -116,7 +117,7 @@ + + install-python: Mk4py@SHLIB_SUFFIX@ + $(INSTALL_PROGRAM) Mk4py@SHLIB_SUFFIX@ $(DESTDIR)$(pylibdir) +- $(INSTALL_PROGRAM) $(srcdir)/../python/metakit.py $$(DESTDIR)(pylibdir) ++ $(INSTALL_SCRIPT) $(srcdir)/../python/metakit.py $(DESTDIR)$(pylibdir) + + clean: + $L rm -f *.la *.o *.lo diff --git a/databases/metakit/files/patch-configure b/databases/metakit/files/patch-configure deleted file mode 100644 index f8690d886c29..000000000000 --- a/databases/metakit/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- ../unix/configure.orig Thu Mar 14 22:49:33 2002 -+++ ../unix/configure Mon May 6 22:28:50 2002 -@@ -4408,7 +4408,7 @@ - lt_simple_compile_test_code="int some_variable = 0;" - - # Code to be used in simple link tests --lt_simple_link_test_code='main(){return(0);}' -+lt_simple_link_test_code='int main(void) { return(0); }' - - # If no C compiler was specified, use CC. - LTCC=${LTCC-"$CC"} |