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 69c62b851d9..f5e472c5116 100644 --- a/mbone/vat/patches/patch-ap +++ b/mbone/vat/patches/patch-ap @@ -1,12 +1,12 @@ -$NetBSD: patch-ap,v 1.3 2012/08/21 21:47:28 marino Exp $ +$NetBSD: patch-ap,v 1.4 2014/02/04 00:17:35 joerg 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.5 -+tcllib=tcl85 ++tcldir=tcl8.6 ++tcllib=tcl86 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" @@ -130,8 +130,8 @@ $NetBSD: patch-ap,v 1.3 2012/08/21 21:47:28 marino Exp $ AC_SUBST(V_LIBRARY_TCL) AC_ARG_WITH(tk, --with-tk=path specify a pathname for tk, d=$withval, d="") -+tkdir=tk8.5 -+tklib=tk85 ++tkdir=tk8.6 ++tklib=tk86 if test "$d" != "" ; then if test ! -d $d ; then echo "'$d' is not a directory" |