diff options
author | is <is> | 2010-01-25 21:14:45 +0000 |
---|---|---|
committer | is <is> | 2010-01-25 21:14:45 +0000 |
commit | c0eaea00eb7afee39c6c71df222848428753b4e7 (patch) | |
tree | 4043189f3e6a78eec3eb10b396e906ab1688fa61 /mbone/vic/patches/patch-ai | |
parent | b12a2d1f478c3c6da630ee289806d735c2ecb35c (diff) | |
download | pkgsrc-c0eaea00eb7afee39c6c71df222848428753b4e7.tar.gz |
Convert to use tcl/tk 8.4.
Diffstat (limited to 'mbone/vic/patches/patch-ai')
-rw-r--r-- | mbone/vic/patches/patch-ai | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mbone/vic/patches/patch-ai b/mbone/vic/patches/patch-ai index 0ae1f7561b1..342352df3bc 100644 --- a/mbone/vic/patches/patch-ai +++ b/mbone/vic/patches/patch-ai @@ -1,12 +1,12 @@ -$NetBSD: patch-ai,v 1.3 2000/09/08 00:48:16 jwise Exp $ +$NetBSD: patch-ai,v 1.4 2010/01/25 21:14:45 is 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.3 -+tcllib=tcl83 ++tcldir=tcl8.4 ++tcllib=tcl84 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" @@ -130,8 +130,8 @@ $NetBSD: patch-ai,v 1.3 2000/09/08 00:48:16 jwise Exp $ AC_SUBST(V_LIBRARY_TCL) AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkdir=tk8.3 -+tklib=tk83 ++tkdir=tk8.4 ++tklib=tk84 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" |