summaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index d5b2986edc97..3eb274c15f89 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -132,6 +132,10 @@ CONFIGURE_ARGS+= --enable-debug
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
.if ${GCC_DEFAULT} >= 10
# workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
FFLAGS+= -fallow-argument-mismatch