aboutsummaryrefslogtreecommitdiff
path: root/math/libpoly/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libpoly/Makefile')
-rw-r--r--math/libpoly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile
index 09cb3a214f0b..685d1a4b2f29 100644
--- a/math/libpoly/Makefile
+++ b/math/libpoly/Makefile
@@ -21,7 +21,7 @@ CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PI
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=unused-but-set-variable
.endif