diff options
| -rw-r--r-- | security/openssl-devel/Makefile | 2 | ||||
| -rw-r--r-- | security/openssl-quictls/Makefile | 2 | ||||
| -rw-r--r-- | security/openssl/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile index 8648b1c35820..ef68254d88fe 100644 --- a/security/openssl-devel/Makefile +++ b/security/openssl-devel/Makefile @@ -18,7 +18,7 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= libressl libressl-devel openssl openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile index 34a30c704b29..784ab602f9d2 100644 --- a/security/openssl-quictls/Makefile +++ b/security/openssl-quictls/Makefile @@ -11,7 +11,7 @@ COMMENT= QUIC capable fork of OpenSSL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -CONFLICTS_INSTALL= libressl libressl-devel openssl openssl-devel +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl openssl-devel BROKEN_i386= ld: error: undefined symbol: __atomic_is_lock_free diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 01d4eb2b8efe..3412f4bfe25d 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -14,7 +14,7 @@ COMMENT= TLSv1.3 capable SSL and crypto library LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL= libressl libressl-devel openssl-devel openssl-quictls +CONFLICTS_INSTALL= boringssl libressl libressl-devel openssl-devel openssl-quictls HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config |
