summaryrefslogtreecommitdiff
path: root/net/mpich/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-27 00:25:59 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-27 00:25:59 +0000
commit992eff3ba7526c795f42a8326019207604935d06 (patch)
treed460f085494cfd4e39b1cd499249f017bef02cce /net/mpich/files/patch-aa
parentUpdate to use the latest patches. (diff)
Update to version 1.1.1.
PR: 7360 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12147
Diffstat (limited to 'net/mpich/files/patch-aa')
-rw-r--r--net/mpich/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mpich/files/patch-aa b/net/mpich/files/patch-aa
new file mode 100644
index 000000000000..efbf035d90d4
--- /dev/null
+++ b/net/mpich/files/patch-aa
@@ -0,0 +1,11 @@
+--- util/mpiinstall.in.orig Sun Jul 26 14:52:49 1998
++++ util/mpiinstall.in Sun Jul 26 14:53:02 1998
+@@ -611,7 +611,7 @@
+ if [ "$DEVICE" = "ch_p4" ] ; then
+ if [ ! -x mpid/server/server ] ; then
+ echo "Attempting to build alternate ch_p4 secure server"
+- $Show "( cd mpid/server ; configure ; $MAKE server )"
++ $Show "( cd mpid/server ; ./configure ; $MAKE server )"
+ fi
+ if [ -x mpid/server/server ] ; then
+ CopyFile mpid/server/server $PREFIX/bin $XMODE