diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-01 00:54:42 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-01 00:54:42 +0800 |
commit | 478a965293561d11c8a915b044c0d00d27419d98 (patch) | |
tree | bd32c0e38f4509a94f37bd06c51754a6f3ee34ea /net/ns/files | |
parent | baa340c85bbaaed911a6165fdfaa8b3bc1cce1eb (diff) | |
download | freebsd-ports-graphics-478a965293561d11c8a915b044c0d00d27419d98.tar.gz freebsd-ports-graphics-478a965293561d11c8a915b044c0d00d27419d98.tar.zst freebsd-ports-graphics-478a965293561d11c8a915b044c0d00d27419d98.zip |
The UCB/LBNL Network Simulator Version 2
PR: 11340
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Diffstat (limited to 'net/ns/files')
-rw-r--r-- | net/ns/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ns/files/patch-aa b/net/ns/files/patch-aa new file mode 100644 index 00000000000..74f6728fd3c --- /dev/null +++ b/net/ns/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Mon Apr 26 09:36:25 1999 ++++ configure Mon Apr 26 09:36:48 1999 +@@ -1898,7 +1898,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 |