diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-25 15:55:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-25 15:55:49 +0000 |
commit | b834bae20332c82006236f9021843f3a65f5f3e1 (patch) | |
tree | 1af151aa6befae2bd9890cb9f845cad01b75e3a6 /net/vtun/files/patch-aa | |
parent | Unbreak and fix the bogus plist. (diff) |
Update to version 2.5
Notes
Notes:
svn path=/head/; revision=56639
Diffstat (limited to 'net/vtun/files/patch-aa')
-rw-r--r-- | net/vtun/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/vtun/files/patch-aa b/net/vtun/files/patch-aa new file mode 100644 index 000000000000..5e9f8663f6ef --- /dev/null +++ b/net/vtun/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Mon Mar 25 23:48:08 2002 ++++ configure Mon Mar 25 23:48:57 2002 +@@ -764,7 +764,7 @@ + program_prefix=${target_alias}- + + +-for ac_prog in 'bison -y' byacc ++for ac_prog in 'yacc' byacc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |