summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/mpi-ch/patches/patch-ax')
-rw-r--r--parallel/mpi-ch/patches/patch-ax19
1 files changed, 9 insertions, 10 deletions
diff --git a/parallel/mpi-ch/patches/patch-ax b/parallel/mpi-ch/patches/patch-ax
index 336b9eaa21e..3b4b1ab3190 100644
--- a/parallel/mpi-ch/patches/patch-ax
+++ b/parallel/mpi-ch/patches/patch-ax
@@ -1,17 +1,16 @@
-$NetBSD: patch-ax,v 1.2 2003/12/03 21:06:17 jschauma Exp $
-
---- src/fortran/configure.orig 2003-09-11 12:19:17.000000000 -0400
-+++ src/fortran/configure 2003-12-02 22:42:57.000000000 -0500
-@@ -4620,12 +4620,12 @@
+$NetBSD: patch-ax,v 1.3 2005/03/03 12:01:30 garbled Exp $
+--- src/fortran/configure.orig 2004-08-04 09:08:27.000000000 -0700
++++ src/fortran/configure 2004-10-15 09:43:00.000000000 -0700
+@@ -4842,12 +4842,12 @@
ac_fcompileforlib='${F77-f77} -c $FFLAGS conftest1.f 1>&5'
- if { (eval echo configure:4622: \"$ac_fcompileforlib\") 1>&5; (eval $ac_fcompileforlib) 2>&5; } && test -s conftest1.o ; then
+ if { (eval echo configure:4844: \"$ac_fcompileforlib\") 1>&5; (eval $ac_fcompileforlib) 2>&5; } && test -s conftest1.o ; then
if test ! -d conftest ; then mkdir conftest2 ; fi
-- { ac_try='${ARCMD-"ar"} cr conftest2/libconftest.a conftest1.o'; { (eval echo configure:4624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
-+ { ac_try='${ARCMD-ar} cr conftest2/libconftest.a conftest1.o'; { (eval echo configure:4624: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
- { ac_try='${RANLIB-ranlib} conftest2/libconftest.a'; { (eval echo configure:4625: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
+- { ac_try='${ARCMD-"ar"} cr conftest2/libconftest.a conftest1.o'; { (eval echo configure:4846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
++ { ac_try='${ARCMD-ar} cr conftest2/libconftest.a conftest1.o'; { (eval echo configure:4846: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
+ { ac_try='${RANLIB-ranlib} conftest2/libconftest.a'; { (eval echo configure:4847: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
ac_fcompileldtest='${F77-f77} -o conftest $FFLAGS ${ldir}conftest2 conftest.f -lconftest $LDFLAGS 1>&5'
for ldir in "-L" "-Wl,-L," ; do
- if { (eval echo configure:4628: \"$ac_fcompileldtest\") 1>&5; (eval $ac_fcompileldtest) 2>&5; } && test -s conftest ; then
+ if { (eval echo configure:4850: \"$ac_fcompileldtest\") 1>&5; (eval $ac_fcompileldtest) 2>&5; } && test -s conftest ; then
- pac_cv_prog_f77_library_dir_flag="$ldir"
+ pac_cv_prog_f77_library_dir_flag="${ldir}"
break