aboutsummaryrefslogtreecommitdiff
path: root/astro/cfitsio
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-05-27 01:08:41 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-05-27 01:08:41 +0000
commitbd5f3dd41b37a452c489843e85d75cf94433bbc6 (patch)
tree5dc6d8aa30c94d6d94ed14fd427e8c2a8111afb8 /astro/cfitsio
parentf06ce59a1c6eb3016731400bdf19f3738bbd4456 (diff)
downloadports-bd5f3dd41b37a452c489843e85d75cf94433bbc6.tar.gz
ports-bd5f3dd41b37a452c489843e85d75cf94433bbc6.zip
Fix F77 detection.
Notes
Notes: svn path=/head/; revision=191949
Diffstat (limited to 'astro/cfitsio')
-rw-r--r--astro/cfitsio/files/patch-configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/cfitsio/files/patch-configure b/astro/cfitsio/files/patch-configure
index 014b64fe17fa..587da672bdba 100644
--- a/astro/cfitsio/files/patch-configure
+++ b/astro/cfitsio/files/patch-configure
@@ -5,7 +5,7 @@
-for ac_prog in f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
-+for ac_prog in %%FC% f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
++for ac_prog in %%FC%% f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
@@ -16,7 +16,7 @@
AC_PROG_CC
-AC_CHECK_PROGS(FC, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
-+AC_CHECK_PROGS(FC, %%FC%, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
++AC_CHECK_PROGS(FC, %%FC%%, f77 xlf cf77 gf77 g77 af77 ncf f2c ifort g95 , nope)
if test $FC = 'nope' ; then
AC_MSG_WARN(cfitsio: == No acceptable f77 found in \$PATH)
AC_MSG_WARN(cfitsio: == Cfitsio will be built without Fortran wrapper support)