summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-ag
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-10-13 23:31:03 +0000
committergarbled <garbled@pkgsrc.org>1998-10-13 23:31:03 +0000
commite33bd8b3ae6cf8f8c799f1f3f29d1e30a4c42041 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/mpi-ch/patches/patch-ag
parent9a8a16fdc33e135261094dcb797278948ba641b2 (diff)
downloadpkgsrc-e33bd8b3ae6cf8f8c799f1f3f29d1e30a4c42041.tar.gz
Add the whole parallel category to pkgsrc, and sprinkle it with a few
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ag')
-rw-r--r--parallel/mpi-ch/patches/patch-ag15
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-ag b/parallel/mpi-ch/patches/patch-ag
new file mode 100644
index 00000000000..2ab9fe8b65d
--- /dev/null
+++ b/parallel/mpi-ch/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+--- mpid/ch_p4/p4/lib/p4_MD.c.orig Wed Aug 5 19:40:58 1998
++++ mpid/ch_p4/p4/lib/p4_MD.c Wed Aug 5 19:45:56 1998
+@@ -1305,2 +1305,3 @@
+ || defined(MULTIMAX) || defined(IBM3090) || defined(FREEBSD) \
++ || defined(NETBSD) \
+ || (defined(HP) && !defined(SUN_SOLARIS))
+@@ -1355,2 +1356,3 @@
+ || defined(MULTIMAX) || defined(IBM3090) || defined(FREEBSD) \
++ || defined(NETBSD) \
+ || (defined(HP) && !defined(SUN_SOLARIS))
+@@ -1584,2 +1586,3 @@
+ if (strcmp(machine_type, "FREEBSD") == 0) return 2;
++ if (strcmp(machine_type, "NETBSD") == 0) return 2;
+ if (strcmp(machine_type, "I86_SOLARIS") == 0) return 2;