diff options
author | joerg <joerg> | 2010-01-08 12:47:44 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-08 12:47:44 +0000 |
commit | d42d997f9c9af0bd103285ae7c2e64417148ff3d (patch) | |
tree | 38b712106747362ff51a67347e3a6ec070348e49 /devel/vtcl/patches | |
parent | 237f3cb70762205db89d8ad2423d5d6dfcec97c5 (diff) | |
download | pkgsrc-d42d997f9c9af0bd103285ae7c2e64417148ff3d.tar.gz |
Fix path to wish. Bump revision.
Diffstat (limited to 'devel/vtcl/patches')
-rw-r--r-- | devel/vtcl/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/devel/vtcl/patches/patch-aa b/devel/vtcl/patches/patch-aa index 23af07c48ee..9014de1ff5b 100644 --- a/devel/vtcl/patches/patch-aa +++ b/devel/vtcl/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/01/21 08:12:03 agc Exp $ ---- configure.orig 2003-08-12 07:11:14.000000000 +0100 -+++ configure 2006-01-07 10:38:02.000000000 +0000 -@@ -58,11 +58,16 @@ +$NetBSD: patch-aa,v 1.2 2010/01/08 12:47:44 joerg Exp $ + +--- configure.orig 2003-08-12 06:11:14.000000000 +0000 ++++ configure +@@ -45,7 +45,6 @@ return 0 + + } + +-findwish + + echo + if [ -z "$WISH" ]; then +@@ -58,11 +57,16 @@ echo cd `dirname $0` VTCL_HOME=`pwd` |