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:
Erich Ritz 2021-08-11 18:37:48 +02:00 committed by Willy Sudiarto Raharjo
parent 574d0b9d89
commit ff7885f721
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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)