diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 17:02:05 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 17:02:05 +0000 |
commit | 21a9cb742bbfc28d52ddf1c19f452e40364d1b86 (patch) | |
tree | 10519a13abf9eba2c8baf2c5c9e6511333d3bd4e /net/nam/files | |
parent | 1bab2c58dd2e74985d8a861de393f94e786fe33d (diff) | |
download | ports-21a9cb742bbfc28d52ddf1c19f452e40364d1b86.tar.gz ports-21a9cb742bbfc28d52ddf1c19f452e40364d1b86.zip |
Notes
Diffstat (limited to 'net/nam/files')
-rw-r--r-- | net/nam/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nam/files/patch-aa b/net/nam/files/patch-aa new file mode 100644 index 000000000000..3cadbd5b012d --- /dev/null +++ b/net/nam/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Mon Apr 26 12:37:04 1999 ++++ configure Mon Apr 26 12:37:17 1999 +@@ -2192,7 +2192,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.0 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 |