summaryrefslogtreecommitdiff
path: root/mbone/vic/patches
diff options
context:
space:
mode:
authorjwise <jwise>2000-09-08 00:48:15 +0000
committerjwise <jwise>2000-09-08 00:48:15 +0000
commitb957a0ca64c6538e060a15b4138fc0f2b86a819c (patch)
treeb3579503d1c7698794b1e0d6da268e5c290c95b7 /mbone/vic/patches
parent9cd6de71b2a43f9d9cfb8ed49cb98bc4809b2c62 (diff)
downloadpkgsrc-b957a0ca64c6538e060a15b4138fc0f2b86a819c.tar.gz
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone/vic/patches')
-rw-r--r--mbone/vic/patches/patch-ai10
1 files changed, 5 insertions, 5 deletions
diff --git a/mbone/vic/patches/patch-ai b/mbone/vic/patches/patch-ai
index ad75d7bfac7..0ae1f7561b1 100644
--- a/mbone/vic/patches/patch-ai
+++ b/mbone/vic/patches/patch-ai
@@ -1,12 +1,12 @@
-$NetBSD: patch-ai,v 1.2 2000/02/02 04:03:00 wiz Exp $
+$NetBSD: patch-ai,v 1.3 2000/09/08 00:48:16 jwise Exp $
--- configure.in.tk.orig Thu May 16 04:06:05 1996
+++ configure.in.tk Wed Jan 26 16:03:04 2000
@@ -3,5 +3,7 @@
AC_ARG_WITH(tcl, --with-tcl=path specify a pathname for tcl, d=$withval, d="")
-+tcldir=tcl8.0
-+tcllib=tcl80
++tcldir=tcl8.3
++tcllib=tcl83
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"
@@ -130,8 +130,8 @@ $NetBSD: patch-ai,v 1.2 2000/02/02 04:03:00 wiz Exp $
AC_SUBST(V_LIBRARY_TCL)
AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="")
-+tkdir=tk8.0
-+tklib=tk80
++tkdir=tk8.3
++tklib=tk83
if test "$d" != "" ; then
if test ! -d $d ; then
echo "'$d' is not a directory"