Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
475f4e832d
commit
c8a60d2322
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498195
1 changed files with 8 additions and 1 deletions
|
@ -37,4 +37,11 @@ MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
|
|||
--cxx=${CXX}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= use of undeclared identifier 'BIO_s_file_internal'
|
||||
BROKEN_FreeBSD_13= use of undeclared identifier 'BIO_s_file_internal'
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue