summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ad')
-rw-r--r--parallel/mpi-ch/patches/patch-ad12
1 files changed, 6 insertions, 6 deletions
diff --git a/parallel/mpi-ch/patches/patch-ad b/parallel/mpi-ch/patches/patch-ad
index 63af1c068cc..d285062009a 100644
--- a/parallel/mpi-ch/patches/patch-ad
+++ b/parallel/mpi-ch/patches/patch-ad
@@ -1,15 +1,15 @@
-$NetBSD: patch-ad,v 1.4 2008/05/29 20:25:54 tnn Exp $
+$NetBSD: patch-ad,v 1.5 2008/12/21 11:41:01 obache Exp $
"test ==" portability fix.
---- configure.orig Thu May 15 12:20:15 2008
-+++ configure Thu May 15 12:26:13 2008
-@@ -30782,7 +30782,7 @@
+--- configure.orig 2008-12-20 17:29:37.000000000 +0300
++++ configure 2008-12-20 17:45:09.000000000 +0300
+@@ -32974,7 +32974,7 @@
;;
esac
- if test "$cpu_gcc_x86_cycle" == "no" ; then
+ if test "$cpu_gcc_x86_cycle" = "no" ; then
- { { echo "$as_me:$LINENO: error: Linux86 cycle counter is not available on this system and or with the $CC compiler" >&5
- echo "$as_me: error: Linux86 cycle counter is not available on this system and or with the $CC compiler" >&2;}
+ { { $as_echo "$as_me:$LINENO: error: Linux86 cycle counter is not available on this system and or with the $CC compiler" >&5
+ $as_echo "$as_me: error: Linux86 cycle counter is not available on this system and or with the $CC compiler" >&2;}
{ (exit 1); exit 1; }; }