summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-aa')
-rw-r--r--parallel/mpi-ch/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/parallel/mpi-ch/patches/patch-aa b/parallel/mpi-ch/patches/patch-aa
index e6c3cc4ab26..9e3bc0a3687 100644
--- a/parallel/mpi-ch/patches/patch-aa
+++ b/parallel/mpi-ch/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2001/03/21 15:28:58 wennmach Exp $
+$NetBSD: patch-aa,v 1.4 2003/03/27 21:07:05 jschauma Exp $
---- configure.orig Tue Jul 7 07:52:46 1998
-+++ configure Thu Aug 6 03:18:27 1998
-@@ -9791,14 +9791,9 @@
- cat > conftest.c <<EOF
+--- configure.orig Mon Mar 24 16:28:18 2003
++++ configure Mon Mar 24 16:29:00 2003
+@@ -9779,14 +9779,9 @@
+ cat > conftest.c <<EOF
#include "confdefs.h"
main () {
- /* Are we little or big endian? From Harbison&Steele. */
@@ -14,9 +14,9 @@ $NetBSD: patch-aa,v 1.3 2001/03/21 15:28:58 wennmach Exp $
- } u;
- u.l = 1;
- exit (u.c[sizeof (long) - 1] == 1);
-+ int indian = 1;
-+
++ int indian = 1;
++
+ exit(*(char *)&indian));
}
EOF
- eval $compile
+ if test -n "$compile" ; then