diff options
-rw-r--r-- | net/libarms/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/libarms/Makefile b/net/libarms/Makefile index d012e809648c..e4fa2ae594eb 100644 --- a/net/libarms/Makefile +++ b/net/libarms/Makefile @@ -20,8 +20,15 @@ USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct x509_store_ctx_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct x509_store_ctx_st' +.endif + post-configure: @${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |