diff options
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ao')
-rw-r--r-- | parallel/mpi-ch/patches/patch-ao | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parallel/mpi-ch/patches/patch-ao b/parallel/mpi-ch/patches/patch-ao new file mode 100644 index 00000000000..8f99afa3555 --- /dev/null +++ b/parallel/mpi-ch/patches/patch-ao @@ -0,0 +1,15 @@ +$NetBSD: patch-ao,v 1.1 2001/03/21 15:29:01 wennmach Exp $ + +Add "NETBSD" where appropriate. + +--- mpid/ch_p4/p4/usc/usc.h.orig Mon Mar 19 21:58:59 2001 ++++ mpid/ch_p4/p4/usc/usc.h Mon Mar 19 21:59:23 2001 +@@ -126,7 +126,7 @@ + + #if defined(SUN) || defined(DEC5000) || defined(HP) \ + || defined(SUN_SOLARIS) || defined(FREEBSD) || defined(LINUX) \ +- || defined(I86_SOLARIS) \ ++ || defined(I86_SOLARIS) || defined(NETBSD) \ + || defined(IBM3090) || defined(RS6000) \ + || defined(NEXT) || defined(TITAN) || defined(GP_1000) \ + || defined(KSR) \ |