diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 06:01:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 06:01:06 +0000 |
commit | 7a3a9ec2ed6049242e2695051d782ad5c642e1c0 (patch) | |
tree | 2ff561f410a886307a609a6d0b058130e5a43123 /mail/libdkim | |
parent | 095dd33afa4b83950a4ea70d32ebaf569d18a60c (diff) |
Notes
Diffstat (limited to 'mail/libdkim')
-rw-r--r-- | mail/libdkim/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/libdkim/Makefile b/mail/libdkim/Makefile index 4cfd03758b92..ca6ed8a1cdc1 100644 --- a/mail/libdkim/Makefile +++ b/mail/libdkim/Makefile @@ -19,9 +19,16 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" WRKSRC= ${WRKDIR}/${PORTNAME}/src +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') +BROKEN_FreeBSD_13= field has incomplete type 'EVP_MD_CTX' (aka 'evp_md_ctx_st') +.endif + post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ ${FILESDIR}/Makefile > ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |