mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
25644821ba
commit
ada0f83de0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498075
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue