diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:39:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:39:47 +0000 |
commit | d678e0acb6894633a42e289333b38cc68da37af4 (patch) | |
tree | f070abe0f536f6f6f845370cb5d055881a9ad344 | |
parent | cda8487ba9674452918087f64eb33cea9225daf6 (diff) |
Notes
-rw-r--r-- | net/stone/Makefile | 5 |
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} |