diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/identify/Makefile | 2 | ||||
-rw-r--r-- | security/lasso/Makefile | 2 | ||||
-rw-r--r-- | security/libprelude/Makefile | 2 | ||||
-rw-r--r-- | security/monkeysphere/Makefile | 2 | ||||
-rw-r--r-- | security/opencryptoki/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-OpenSSL-PKCS10/Makefile | 2 | ||||
-rw-r--r-- | security/py-python-axolotl-curve25519/Makefile | 2 | ||||
-rw-r--r-- | security/starttls/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index f1bc75162bde..5c423ec65411 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -18,7 +18,7 @@ OPTIONS_DEFINE= DOCS .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 diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 7c905078e384..59f7b2fa8a3e 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -36,7 +36,7 @@ PYTHON_CONFIGURE_ENABLE= python .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 36a5611f875c..ce8537411f86 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -36,7 +36,7 @@ PERL_CONFIGURE_WITH= perl=${PERL} .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif diff --git a/security/monkeysphere/Makefile b/security/monkeysphere/Makefile index 17e4c372f059..2bf0fb742e29 100644 --- a/security/monkeysphere/Makefile +++ b/security/monkeysphere/Makefile @@ -36,7 +36,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=strict-prototypes .endif 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 diff --git a/security/p5-Crypt-OpenSSL-PKCS10/Makefile b/security/p5-Crypt-OpenSSL-PKCS10/Makefile index 84f9d5bf08ee..de5933117042 100644 --- a/security/p5-Crypt-OpenSSL-PKCS10/Makefile +++ b/security/p5-Crypt-OpenSSL-PKCS10/Makefile @@ -19,7 +19,7 @@ MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .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 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 diff --git a/security/starttls/Makefile b/security/starttls/Makefile index f364e8077546..b257f7aa5314 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} .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 |