diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:55:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-16 19:55:57 +0000 |
commit | eabc6ae4d2b8f4fc0ba8ede885d0311a55c5ade2 (patch) | |
tree | e1a1be47c3642dc84d8d59aa5408e10499e55d0d /net/nam/files | |
parent | Update to version 0.8.1.1. (diff) |
Update to version 1.0a8.
PR: 19877
Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
Notes
Notes:
svn path=/head/; revision=30716
Diffstat (limited to 'net/nam/files')
-rw-r--r-- | net/nam/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/nam/files/patch-aa b/net/nam/files/patch-aa index 2a7985ece390..b6487d4e53b9 100644 --- a/net/nam/files/patch-aa +++ b/net/nam/files/patch-aa @@ -1,11 +1,11 @@ ---- configure.orig Mon Apr 26 12:37:04 1999 -+++ configure Mon Apr 26 12:37:17 1999 -@@ -2192,7 +2192,7 @@ +--- configure.orig Thu Jan 6 21:27:09 2000 ++++ configure Sun Jul 16 13:35:32 2000 +@@ -2598,7 +2598,7 @@ # $d/unix works if $d is the 8.0 distribution # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) - PATH=$PATH:$d/unix:$d/bin --for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS -+for ac_prog in tclsh$TCL_VERS tclsh8.2 tclsh$TCL_OLD_VERS + PATH=$d/unix:$d/bin:$PATH +-for ac_prog in tclsh$TCL_VERS tclsh$TCL_HI_VERS tclsh tclsh$TCL_OLD_VERS ++for ac_prog in tclsh$TCL_VERS tclsh$TCL_HI_VERS tclsh8.2 tclsh$TCL_OLD_VERS do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |