MFH: r497681

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-03 08:41:04 +00:00
parent c958489d86
commit 56177ece5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=497682

View File

@ -35,6 +35,9 @@ CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
# in pkgconfig/libopkele.pc.
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= error: member access into incomplete type 'DH' (aka 'dh_st')
BROKEN_FreeBSD_13= error: member access into incomplete type 'DH' (aka 'dh_st')
post-patch:
@ ${REINPLACE_CMD} -e "s|Requires: openssl|Requires:|" ${WRKSRC}/libopkele.pc.in
.endif