diff options
author | 2006-07-31 04:50:12 +0000 | |
---|---|---|
committer | 2006-07-31 04:50:12 +0000 | |
commit | 542917635361bd72a660e01dc307d85a1f928b61 (patch) | |
tree | 8f0b8804524fb94a3ef23f765fcd7cb064e4934d /sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch | |
parent | Once more for STAGE1_USE and nptl/nptlonly. (diff) | |
download | gentoo-2-542917635361bd72a660e01dc307d85a1f928b61.tar.gz gentoo-2-542917635361bd72a660e01dc307d85a1f928b61.tar.bz2 gentoo-2-542917635361bd72a660e01dc307d85a1f928b61.zip |
(#141152) Add missing patch.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch')
-rw-r--r-- | sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch b/sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch new file mode 100644 index 000000000000..79969846a61b --- /dev/null +++ b/sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch @@ -0,0 +1,11 @@ +--- lam-7.1.2.orig/config/lam_prog_f77.m4 2006-07-19 22:43:12.000000000 -0700 ++++ lam-7.1.2/config/lam_prog_f77.m4 2006-07-19 22:43:18.000000000 -0700 +@@ -58,7 +58,7 @@ + + # If the user did not specify one, look for all the common names + +- AC_CHECK_PROGS(F77, [g77 f77 fort77 f90], no) ++ AC_CHECK_PROGS(F77, [gfortran g77 f77 fort77 f90], no) + if test -z "$F77" -o "$F77" = "no"; then + AC_MSG_WARN([*** Could not find FORTRAN compiler. Either use]) + AC_MSG_WARN([*** --with-fc to specify the FORTRAN compiler, or]) |