Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
7d89cd821e
commit
fb54be7065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497700
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ OPTIONS_DEFINE= EXAMPLES
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st'
|
||||
BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st'
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${ETCDIR} && \
|
||||
|
|
Loading…
Reference in a new issue