summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-05 15:01:29 +0000
committerjwise <jwise>2000-09-05 15:01:29 +0000
commit6309cb423ead13b07e05ab994b844fa066262e93 (patch)
tree064135ad457ec723743dbfc634a2a4e6597a583f /databases/tcl-gdbm
parentb62d912c046c1d6a766109fa74244d12fd4e0d18 (diff)
downloadpkgsrc-6309cb423ead13b07e05ab994b844fa066262e93.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/tcl-gdbm')
-rw-r--r--databases/tcl-gdbm/files/patch-sum3
-rw-r--r--databases/tcl-gdbm/patches/patch-ab24
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"