diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/boxbackup-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile index 1366644bec91..c3d7f480eef7 100644 --- a/sysutils/boxbackup-devel/Makefile +++ b/sysutils/boxbackup-devel/Makefile @@ -39,6 +39,11 @@ MAKE_JOBS_UNSAFE= yes .include <bsd.port.options.mk> +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_13= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +.endif + CLIENTDIR= CLIENT SERVERDIR= SERVER CLIENT_FILES= bbackupd bbackupquery bbackupctl |