diff options
Diffstat (limited to 'security/opencryptoki')
-rw-r--r-- | security/opencryptoki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index d2b72801240d..420b194a4293 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -45,7 +45,7 @@ GROUPS= _pkcs11 .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 |