diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 19:19:10 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 19:19:10 +0800 |
commit | e8232da23348edc061ab751158748f9e9564b5c7 (patch) | |
tree | 842d62a6f6991e8ca495b4dc16bb284a17d4e0d0 /www | |
parent | 7cf78800a11f7458acfa549756aebc3f92070795 (diff) | |
download | freebsd-ports-gnome-e8232da23348edc061ab751158748f9e9564b5c7.tar.gz freebsd-ports-gnome-e8232da23348edc061ab751158748f9e9564b5c7.tar.zst freebsd-ports-gnome-e8232da23348edc061ab751158748f9e9564b5c7.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Diffstat (limited to 'www')
-rw-r--r-- | www/webstone-ssl/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/webstone-ssl/Makefile b/www/webstone-ssl/Makefile index eb40cb5061dd..5b001693c7ee 100644 --- a/www/webstone-ssl/Makefile +++ b/www/webstone-ssl/Makefile @@ -29,6 +29,13 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} +.include <bsd.port.pre.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 + pre-configure: @${RM} ${WRKSRC}/src/config.cache @@ -48,4 +55,4 @@ do-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/webstone-ssl/lgm/${i} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |