Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
14fbfe1ef5
commit
aa549c3326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498078
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@ LDFLAGS+= -lpam
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
|
||||
BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES}
|
||||
SUB_FILES= pkg-message
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue