aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 07:51:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 07:51:14 +0000
commit6379ef729eaaf831699624fb677fd68b0ae2f3ef (patch)
treeb0d8190cf866cdfb6cc9ada3b8d7650ab18c470b /www
parentb790dc3a16e5701a1dfb02ba910c9760790fe141 (diff)
downloadports-6379ef729eaaf831699624fb677fd68b0ae2f3ef.tar.gz
ports-6379ef729eaaf831699624fb677fd68b0ae2f3ef.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498061
Diffstat (limited to 'www')
-rw-r--r--www/links-hacked/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile
index 783ceaa66691..86316271efcb 100644
--- a/www/links-hacked/Makefile
+++ b/www/links-hacked/Makefile
@@ -47,6 +47,11 @@ X11_CONFIGURE_WITH= x
.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
+
.if ${PORT_OPTIONS:MDIRECTFB} || ${PORT_OPTIONS:MSVGALIB} || ${PORT_OPTIONS:MX11}
LIB_DEPENDS+= libpng.so:graphics/png \
libtiff.so:graphics/tiff