summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/patches/patch-al')
-rw-r--r--parallel/pvm3/patches/patch-al36
1 files changed, 17 insertions, 19 deletions
diff --git a/parallel/pvm3/patches/patch-al b/parallel/pvm3/patches/patch-al
index 8e472050943..c6efd8d6cfc 100644
--- a/parallel/pvm3/patches/patch-al
+++ b/parallel/pvm3/patches/patch-al
@@ -1,19 +1,17 @@
-$NetBSD: patch-al,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $
---- lib/pvmd.orig Thu Aug 28 13:13:16 1997
-+++ lib/pvmd Fri Aug 7 03:31:27 1998
-@@ -15,2 +15,5 @@
-
-+PVM_ROOT=XXPKGXX
-+PVM_ARCH=NETBSD
-+
- case "x$PVM_ROOT" in x )
-@@ -81,3 +84,3 @@
-
--if [ ! -f $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx ]; then
-+if [ ! -f $PVM_ROOT/libexec/pvmd3$sfx ]; then
- echo "pvmd: $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx doesn't exist." >&2
-@@ -86,3 +89,3 @@
- fi
--exec $PVM_ROOT/lib/$PVM_ARCH/pvmd3$sfx $@
-+exec $PVM_ROOT/libexec/pvmd3$sfx $@
- exit 1
+$NetBSD: patch-al,v 1.2 1999/11/23 16:05:31 dmcmahill Exp $
+
+--- ./conf/NETBSDSPARC.m4.orig Mon Sep 23 16:18:02 1996
++++ ./conf/NETBSDSPARC.m4 Mon Nov 1 08:58:05 1999
+@@ -2,10 +2,9 @@
+ undefine(`len')
+ #
+-# FORTRAN function names are in upper case
++# append an underscore to FORTRAN function names
+ #
+-define(`FUNCTION',`translit($1,abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ)')
++define(`FUNCTION',`$1_')
+ #
+ # FORTRAN character strings are passed as follows:
+-# XXX is this right?
+ # a pointer to the base of the string is passed in the normal
+ # argument list, and the length is passed by value as an extra