aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:39:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:39:47 +0000
commitd678e0acb6894633a42e289333b38cc68da37af4 (patch)
treef070abe0f536f6f6f845370cb5d055881a9ad344 /net
parentcda8487ba9674452918087f64eb33cea9225daf6 (diff)
downloadports-d678e0acb6894633a42e289333b38cc68da37af4.tar.gz
ports-d678e0acb6894633a42e289333b38cc68da37af4.zip
MFH: r497921
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=497922
Diffstat (limited to 'net')
-rw-r--r--net/stone/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/stone/Makefile b/net/stone/Makefile
index 4c1f1f3f58c7..747e12e73ffc 100644
--- a/net/stone/Makefile
+++ b/net/stone/Makefile
@@ -31,6 +31,11 @@ MAKE_ARGS= SSL_FLAGS="-DUSE_SSL -I${OPENSSLINC}" \
SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" LIBS="-DUNIX_DAEMON"
.endif
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_session_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_session_st'
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE}