mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
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>
This commit is contained in:
parent
574d0b9d89
commit
ff7885f721
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
FC = gfortran
|
FC = gfortran
|
||||||
CHK =
|
CHK =
|
||||||
-CHK = -fbounds-check -finit-real=inf -ffpe-trap=invalid,zero
|
-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
|
DBL = -fdefault-real-8
|
||||||
-FFLAGS = -O $(CHK) $(DBL)
|
-FFLAGS = -O $(CHK) $(DBL)
|
||||||
-FFLOPT = -O $(CHK) $(DBL)
|
-FFLOPT = -O $(CHK) $(DBL)
|
||||||
|
|
Loading…
Reference in a new issue