summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2007-04-09 15:09:37 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1195183ada5ec10767a678ee07734a26b9210f98 (patch)
treee7d2bbf61677da9eab1aa1a94730902a4df5f02c
parent5807d627effe423586c3612041c9c17fc4327959 (diff)
downloadmpich-1195183ada5ec10767a678ee07734a26b9210f98.zip
mpich-1195183ada5ec10767a678ee07734a26b9210f98.tar.gz
- updated for 1.2.7p1
Changed files: mpich-opt.patch -> 1.5
-rw-r--r--mpich-opt.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpich-opt.patch b/mpich-opt.patch
index 40bcd3c..a594a11 100644
--- a/mpich-opt.patch
+++ b/mpich-opt.patch
@@ -46,17 +46,17 @@
AC_ARG_ENABLE(echo,
[--enable-echo - Turn on echoing from within the configure script],
---- mpich-1.2.1/src/fortran/configure.orig Tue Sep 5 22:05:39 2000
-+++ mpich-1.2.1/src/fortran/configure Tue May 29 23:16:32 2001
-@@ -626,7 +626,7 @@
+--- mpich-1.2.7p1/src/fortran/configure.orig 2005-11-04 18:52:34.000000000 +0100
++++ mpich-1.2.7p1/src/fortran/configure 2007-04-09 16:22:50.375171787 +0200
+@@ -1498,7 +1498,7 @@
# Check whether --enable-strict or --disable-strict was given.
if test "${enable_strict+set}" = set; then
enableval="$enable_strict"
- COPTIONS="${COPTIONS} -Wall -O -Wstrict-prototypes -Wmissing-prototypes -DGCC_WALL"
+ COPTIONS="${COPTIONS} -Wall -Wstrict-prototypes -Wmissing-prototypes -DGCC_WALL"
- fi
-
+ fi;
+ # Check whether --enable-echo or --disable-echo was given.
--- mpich-1.2.5.3/configure.in.orig 2004-04-05 15:48:47.000000000 +0200
+++ mpich-1.2.5.3/configure.in 2004-07-04 13:39:28.170198120 +0200
@@ -3510,6 +3510,8 @@