diff options
author | Erich Ritz <erich.public@protonmail.com> | 2021-08-11 18:37:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:18:00 +0700 |
commit | ff7885f7214cf3f8b54b7b0882c7923eeb5a792f (patch) | |
tree | bd7ddb85a34d53a10ff4204c81ce622ca4411300 | |
parent | 574d0b9d899369b25bd80f4f95f1464a5915e4c2 (diff) | |
download | slackbuilds-ff7885f7214cf3f8b54b7b0882c7923eeb5a792f.tar.gz |
academic/xfoil: Updated the patch to fix build.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/xfoil/Makefile_patches/Makefile.xfoil.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/xfoil/Makefile_patches/Makefile.xfoil.patch b/academic/xfoil/Makefile_patches/Makefile.xfoil.patch index e8e0b413e3..4fca1643f1 100644 --- a/academic/xfoil/Makefile_patches/Makefile.xfoil.patch +++ b/academic/xfoil/Makefile_patches/Makefile.xfoil.patch @@ -105,7 +105,7 @@ FC = gfortran CHK = -CHK = -fbounds-check -finit-real=inf -ffpe-trap=invalid,zero -+#CHK = -fbounds-check -finit-real=inf -ffpe-trap=invalid,zero,denormal ++CHK = -std=legacy DBL = -fdefault-real-8 -FFLAGS = -O $(CHK) $(DBL) -FFLOPT = -O $(CHK) $(DBL) |