diff options
Diffstat (limited to 'mbone/vat/patches/patch-ap')
-rw-r--r-- | mbone/vat/patches/patch-ap | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mbone/vat/patches/patch-ap b/mbone/vat/patches/patch-ap index 39a7bede144..69c62b851d9 100644 --- a/mbone/vat/patches/patch-ap +++ b/mbone/vat/patches/patch-ap @@ -1,12 +1,12 @@ -$NetBSD: patch-ap,v 1.2 2010/01/25 21:07:48 is Exp $ +$NetBSD: patch-ap,v 1.3 2012/08/21 21:47:28 marino 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.4 -+tcllib=tcl84 ++tcldir=tcl8.5 ++tcllib=tcl85 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" @@ -130,8 +130,8 @@ $NetBSD: patch-ap,v 1.2 2010/01/25 21:07:48 is Exp $ AC_SUBST(V_LIBRARY_TCL) AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkdir=tk8.4 -+tklib=tk84 ++tkdir=tk8.5 ++tklib=tk85 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" |