summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-07-31 04:50:12 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-07-31 04:50:12 +0000
commit061a1fb031f6a430a1ec1699031a396b27ec3e6a (patch)
treef549aa9df4570ba431ac009278aaa081ed938f20 /sys-cluster/lam-mpi/files
parentOnce more for STAGE1_USE and nptl/nptlonly. (diff)
downloadhistorical-061a1fb031f6a430a1ec1699031a396b27ec3e6a.tar.gz
historical-061a1fb031f6a430a1ec1699031a396b27ec3e6a.tar.bz2
historical-061a1fb031f6a430a1ec1699031a396b27ec3e6a.zip
(#141152) Add missing patch.
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'sys-cluster/lam-mpi/files')
-rw-r--r--sys-cluster/lam-mpi/files/7.1.2-lam_prog_f77.m4.patch11
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])