summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/patches/patch-ar')
-rw-r--r--parallel/pvm3/patches/patch-ar17
1 files changed, 17 insertions, 0 deletions
diff --git a/parallel/pvm3/patches/patch-ar b/parallel/pvm3/patches/patch-ar
new file mode 100644
index 00000000000..acf62a54777
--- /dev/null
+++ b/parallel/pvm3/patches/patch-ar
@@ -0,0 +1,17 @@
+$NetBSD: patch-ar,v 1.1 1999/11/23 16:05:32 dmcmahill Exp $
+
+--- ./conf/NETBSDI386.m4.orig Mon Sep 23 16:17:58 1996
++++ ./conf/NETBSDI386.m4 Mon Nov 1 16:55:09 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