diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:25:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-03 08:25:30 +0000 |
commit | b2f0be90fd648e794776461fe5463b413052b1d9 (patch) | |
tree | 5c917e45a3da4af298c7089077febaa79000fb15 | |
parent | 8bedaba26af2c9b052f50e4496b7d6bea524cec5 (diff) | |
download | freebsd-ports-b2f0be90fd648e794776461fe5463b413052b1d9.zip |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
-rw-r--r-- | lang/phantomjs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 1eb96f2b99f6..0768bd1e110b 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -42,6 +42,11 @@ X11_USE= XORG=x11 .include <bsd.port.options.mk> +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: member access into incomplete type 'X509' (aka 'x509_st') +BROKEN_FreeBSD_13= error: member access into incomplete type 'X509' (aka 'x509_st') +.endif + # qmake.conf detection is in src/qt/qtbase/configure script. SPEC= ${WRKSRC}/src/qt/qtbase/mkspecs post-extract: |