summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-gdbm/patches/patch-aa')
-rw-r--r--databases/tcl-gdbm/patches/patch-aa19
1 files changed, 16 insertions, 3 deletions
diff --git a/databases/tcl-gdbm/patches/patch-aa b/databases/tcl-gdbm/patches/patch-aa
index 9d9d2391324..3d4472bf36e 100644
--- a/databases/tcl-gdbm/patches/patch-aa
+++ b/databases/tcl-gdbm/patches/patch-aa
@@ -1,6 +1,7 @@
-$NetBSD: patch-aa,v 1.3 2000/08/29 21:09:54 jwise Exp $
---- Makefile.in.orig Thu Jun 8 15:35:14 2000
-+++ Makefile.in Tue Aug 29 16:32:25 2000
+$NetBSD: patch-aa,v 1.4 2001/03/05 12:35:33 skrll Exp $
+
+--- Makefile.in.orig Thu Jun 8 20:35:14 2000
++++ Makefile.in
@@ -35,7 +35,7 @@
DESTDIR =
@@ -19,3 +20,15 @@ $NetBSD: patch-aa,v 1.3 2000/08/29 21:09:54 jwise Exp $
pkgindex_DATA = pkgIndex.tcl
# tclStubLib.c is a dummy file just to fool automake
+@@ -491,11 +491,6 @@
+
+ test:
+ echo 'load .libs/libtclgdbm.so Tclgdbm ; source torture.tcl' | tclsh@TCL_VERSION@
+-
+-# override normal libtool rule
+-tclStubLib.lo : @TCL_STUB_LIB_PATH@
+- ar -x @TCL_STUB_LIB_PATH@
+- mv tclStubLib.o tclStubLib.lo
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.