summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-af
diff options
context:
space:
mode:
authorgarbled <garbled>1998-10-13 23:31:03 +0000
committergarbled <garbled>1998-10-13 23:31:03 +0000
commit0f9a96c1239b4de9ce4c417a08f7a7de722d8109 (patch)
tree92e1e2e01df17b70f28789046ea505ace49d03e1 /parallel/mpi-ch/patches/patch-af
parent467ee6fbf93d58912989b4b1fc2519aa645b32de (diff)
downloadpkgsrc-0f9a96c1239b4de9ce4c417a08f7a7de722d8109.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-af')
-rw-r--r--parallel/mpi-ch/patches/patch-af30
1 files changed, 30 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-af b/parallel/mpi-ch/patches/patch-af
new file mode 100644
index 00000000000..5c4414ba235
--- /dev/null
+++ b/parallel/mpi-ch/patches/patch-af
@@ -0,0 +1,30 @@
+$NetBSD: patch-af,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+--- mpid/ch_p4/p4/lib/p4_MD.h.orig Wed Aug 5 19:35:35 1998
++++ mpid/ch_p4/p4/lib/p4_MD.h Wed Aug 5 19:44:58 1998
+@@ -74,2 +74,6 @@
+
++#if defined(NETBSD)
++#define P4_MACHINE_TYPE "NETBSD"
++#endif
++
+ #if defined(FREEBSD)
+@@ -94,3 +98,3 @@
+ /* Rumor has it LINUX support VPRINTF */
+-#if defined(FX2800) || defined(FX2800_SWITCH) || defined(FREEBSD)
++#if defined(FX2800) || defined(FX2800_SWITCH) || defined(FREEBSD) || defined(NETBSD)
+ #define VPRINTF
+@@ -117,3 +121,3 @@
+ defined(NEXT) || defined(KSR) || defined(FREEBSD) || \
+- defined(SYMMETRY) || defined(BALANCE) || \
++ defined(SYMMETRY) || defined(BALANCE) || defined(NETBSD) || \
+ defined(ALLIANT) || defined(MULTIMAX) || defined(CM5) || \
+@@ -127,3 +131,3 @@
+ defined(NEXT) || defined(KSR) || defined(FREEBSD) || \
+- defined(SYMMETRY) || defined(BALANCE) || \
++ defined(SYMMETRY) || defined(BALANCE) || defined(NETBSD) || \
+ defined(ALLIANT) || defined(MULTIMAX) || \
+@@ -411,3 +415,3 @@
+ || defined(RS6000) || defined(IBM3090) || defined(FREEBSD) \
+- || defined(TITAN) \
++ || defined(TITAN) || defined(NETBSD) \
+ || defined(HP)