diff options
-rw-r--r-- | security/obfsclient/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile index 6a3c74f1ee36..780dd40c930e 100644 --- a/security/obfsclient/Makefile +++ b/security/obfsclient/Makefile @@ -30,8 +30,15 @@ PORTDOCS= COPYING OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') +BROKEN_FreeBSD_13= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') +.endif + post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |