summaryrefslogtreecommitdiff
path: root/security/py-python-axolotl-curve25519/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python-axolotl-curve25519/Makefile')
-rw-r--r--security/py-python-axolotl-curve25519/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-python-axolotl-curve25519/Makefile b/security/py-python-axolotl-curve25519/Makefile
index be5753626fe8..df3d870d2d3c 100644
--- a/security/py-python-axolotl-curve25519/Makefile
+++ b/security/py-python-axolotl-curve25519/Makefile
@@ -16,7 +16,7 @@ USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif