diff options
author | marino <marino@pkgsrc.org> | 2012-08-21 21:49:30 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-21 21:49:30 +0000 |
commit | d28cf4f27cc9ea2f51daef31ba7a95bd0d72df18 (patch) | |
tree | 586eadf0892d97d57d2d9cb765fe1e92f4bab959 /mbone/vic/patches | |
parent | dccdedc7a62b4c928a09b3acfaa247fd85eae048 (diff) | |
download | pkgsrc-d28cf4f27cc9ea2f51daef31ba7a95bd0d72df18.tar.gz |
mbone/vic: Patch in tcl/tk 8.5 support
vic's patches specify tcl/tk 8.4, so update the patches to specify 8.5
to fix build.
Diffstat (limited to 'mbone/vic/patches')
-rw-r--r-- | mbone/vic/patches/patch-ai | 10 | ||||
-rw-r--r-- | mbone/vic/patches/patch-ay | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mbone/vic/patches/patch-ai b/mbone/vic/patches/patch-ai index 342352df3bc..e9a0199116c 100644 --- a/mbone/vic/patches/patch-ai +++ b/mbone/vic/patches/patch-ai @@ -1,12 +1,12 @@ -$NetBSD: patch-ai,v 1.4 2010/01/25 21:14:45 is Exp $ +$NetBSD: patch-ai,v 1.5 2012/08/21 21:49:30 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-ai,v 1.4 2010/01/25 21:14:45 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" diff --git a/mbone/vic/patches/patch-ay b/mbone/vic/patches/patch-ay index b42693e02f8..71d820c2359 100644 --- a/mbone/vic/patches/patch-ay +++ b/mbone/vic/patches/patch-ay @@ -1,4 +1,4 @@ -$NetBSD: patch-ay,v 1.4 2011/01/25 22:22:13 shattered Exp $ +$NetBSD: patch-ay,v 1.5 2012/08/21 21:49:30 marino Exp $ --- configure.orig 1996-06-24 00:59:45.000000000 +0000 +++ configure @@ -6,8 +6,8 @@ $NetBSD: patch-ay,v 1.4 2011/01/25 22:22:13 shattered Exp $ d="" fi -+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" @@ -182,8 +182,8 @@ $NetBSD: patch-ay,v 1.4 2011/01/25 22:22:13 shattered Exp $ d="" fi -+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" |