summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-05 23:05:39 +0000
committertron <tron@pkgsrc.org>1999-04-05 23:05:39 +0000
commitc44e64c58d535a44eec7c05c45698ffaeeec308d (patch)
treee21475c039b25ce3eb2e53d3c16b0e5776189492 /misc
parent154f8d12c0d0f861f5d9a6e53da970ed587ebdfc (diff)
downloadpkgsrc-c44e64c58d535a44eec7c05c45698ffaeeec308d.tar.gz
Fix configure script for tcl 8.0.5 and tk 8.0.5.
Diffstat (limited to 'misc')
-rw-r--r--misc/ical/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/ical/patches/patch-ab b/misc/ical/patches/patch-ab
new file mode 100644
index 00000000000..e06bf678ac8
--- /dev/null
+++ b/misc/ical/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 1999/04/05 23:05:39 tron Exp $
+
+--- configure.orig Wed Oct 22 01:52:57 1997
++++ configure Tue Apr 6 01:03:05 1999
+@@ -1089,8 +1089,8 @@
+
+ #### Check that the library files exist
+ echo $ac_n "checking for installed Tcl/Tk library files""... $ac_c" 1>&6
+-lib1="${TCL_EXEC_PREFIX}/lib/${TCL_LIB_FILE}"
+-lib2="${TK_EXEC_PREFIX}/lib/${TK_LIB_FILE}"
++eval lib1="${TCL_EXEC_PREFIX}/lib/${TCL_LIB_FILE}"
++eval lib2="${TK_EXEC_PREFIX}/lib/${TK_LIB_FILE}"
+ for f in "$lib1" "$lib2"; do
+ if test ! -f "$f"; then
+ echo "$ac_t""$f not found" 1>&6