diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-05 15:01:29 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-05 15:01:29 +0000 |
commit | 9b47ae74a99fa4c1fe7ab057286adf39c43186f8 (patch) | |
tree | 064135ad457ec723743dbfc634a2a4e6597a583f /databases | |
parent | f1b417f650eb8990147a7a69b22535923eb178b3 (diff) | |
download | pkgsrc-9b47ae74a99fa4c1fe7ab057286adf39c43186f8.tar.gz |
This neither uses nor DEPENDs on tk -- now patch the configure script to
not fail when tk is not present...
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tcl-gdbm/files/patch-sum | 3 | ||||
-rw-r--r-- | databases/tcl-gdbm/patches/patch-ab | 24 |
2 files changed, 26 insertions, 1 deletions
diff --git a/databases/tcl-gdbm/files/patch-sum b/databases/tcl-gdbm/files/patch-sum index f9ee6d53881..4621422c0a5 100644 --- a/databases/tcl-gdbm/files/patch-sum +++ b/databases/tcl-gdbm/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/08/29 21:05:48 jwise Exp $ +$NetBSD: patch-sum,v 1.3 2000/09/05 15:01:29 jwise Exp $ MD5 (patch-aa) = f41c2af96f7daff13b5c879be0aa11c7 +MD5 (patch-ab) = 67cacf99baf3af81c39c614c64a7461d diff --git a/databases/tcl-gdbm/patches/patch-ab b/databases/tcl-gdbm/patches/patch-ab new file mode 100644 index 00000000000..331660b259c --- /dev/null +++ b/databases/tcl-gdbm/patches/patch-ab @@ -0,0 +1,24 @@ +$NetBSD: patch-ab,v 1.3 2000/09/05 15:01:29 jwise Exp $ +--- configure.orig Tue Sep 5 10:18:57 2000 ++++ configure Tue Sep 5 10:19:11 2000 +@@ -1750,20 +1750,6 @@ + + + +-if test -f $TCLSH_EXEC_PREFIX/lib/tkConfig.sh; then +- echo "$ac_t""using $TCLSH_EXEC_PREFIX/lib/tkConfig.sh" 1>&6 +-else +- { echo "configure: error: Unable find tkConfig.sh." 1>&2; exit 1; } +-fi +- +-# Check whether --with-extraincludedir or --without-extraincludedir was given. +-if test "${with_extraincludedir+set}" = set; then +- withval="$with_extraincludedir" +- INCLUDES="-I$withval $INCLUDES" +-fi +- +- +- + # Check whether --with-extralibdir or --without-extralibdir was given. + if test "${with_extralibdir+set}" = set; then + withval="$with_extralibdir" |