aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpich2/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-27 08:25:59 +0800
committersteve <steve@FreeBSD.org>1998-07-27 08:25:59 +0800
commitabab5ca1d0d0fc10910a47e98b11c4545f6cc6e3 (patch)
treed231a9c84b00206f2756b5200c1f97ef84645b84 /net/mpich2/files
parenta47d70f9899c84af5736ba8e8be5e842b74bc241 (diff)
downloadfreebsd-ports-gnome-abab5ca1d0d0fc10910a47e98b11c4545f6cc6e3.tar.gz
freebsd-ports-gnome-abab5ca1d0d0fc10910a47e98b11c4545f6cc6e3.tar.zst
freebsd-ports-gnome-abab5ca1d0d0fc10910a47e98b11c4545f6cc6e3.zip
Update to version 1.1.1.
PR: 7360 Submitted by: maintainer
Diffstat (limited to 'net/mpich2/files')
-rw-r--r--net/mpich2/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mpich2/files/patch-aa b/net/mpich2/files/patch-aa
new file mode 100644
index 000000000000..efbf035d90d4
--- /dev/null
+++ b/net/mpich2/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