diff options
author | maho <maho@FreeBSD.org> | 2007-05-27 09:08:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-05-27 09:08:41 +0800 |
commit | 0ccd4067feff5266b8b5bc29943d9c4ca415e847 (patch) | |
tree | 882ec9382e25805c229c40169b00f6fc74ba1d58 /astro | |
parent | f30e1ab2fa5f6db27be62ce396a71a91c7e4e005 (diff) | |
download | freebsd-ports-gnome-0ccd4067feff5266b8b5bc29943d9c4ca415e847.tar.gz freebsd-ports-gnome-0ccd4067feff5266b8b5bc29943d9c4ca415e847.tar.zst freebsd-ports-gnome-0ccd4067feff5266b8b5bc29943d9c4ca415e847.zip |
Fix F77 detection.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/cfitsio/files/patch-configure | 4 |
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) |