summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-ae
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/pvm3/patches/patch-ae
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/pvm3/patches/patch-ae')
-rw-r--r--parallel/pvm3/patches/patch-ae7
1 files changed, 7 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-ae b/parallel/pvm3/patches/patch-ae
new file mode 100644
index 00000000000..e5d1baf31bc
--- /dev/null
+++ b/parallel/pvm3/patches/patch-ae
@@ -0,0 +1,7 @@
+$NetBSD: patch-ae,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
+--- src/task.c.orig Fri Aug 7 00:41:01 1998
++++ src/task.c Fri Aug 7 00:41:17 1998
+@@ -145,2 +145,3 @@
+ #ifdef NEEDMENDIAN
++#include <sys/types.h>
+ #include <machine/endian.h>