diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 08:11:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 08:11:08 +0000 |
commit | ada0f83de0e23444b56ae8c4b858e4075009a657 (patch) | |
tree | e67e98d2b98ce0bd4ceadcb2ae4a4a12042f9f5d /net-p2p/dclib | |
parent | 25644821ba0d882c841f66b87d9b55fab11475c4 (diff) |
Notes
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index a83d5998bfb5..2e1af1793238 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -21,6 +21,13 @@ USE_GNOME= libxml2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|dclib-0.3/||g' @@ -28,4 +35,4 @@ post-patch: @${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g; \ s|-D_BSD_SOURCE||g' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |