diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:48:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-05 05:48:57 +0000 |
commit | 9b80d2dba4a851387b8987a40323c985948fb6f9 (patch) | |
tree | 0c228e9bf762be383b99143da896c870e063ee9c /net/ssvnc | |
parent | 308759080d04cfd8fdbed90bb697a31280f3d4ce (diff) | |
download | ports-9b80d2dba4a851387b8987a40323c985948fb6f9.tar.gz ports-9b80d2dba4a851387b8987a40323c985948fb6f9.zip |
Notes
Diffstat (limited to 'net/ssvnc')
-rw-r--r-- | net/ssvnc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile index 003d50db5bfc..bfd4680bf470 100644 --- a/net/ssvnc/Makefile +++ b/net/ssvnc/Makefile @@ -34,6 +34,13 @@ ULTRAFTP_DESC= UltraVNC File Transfer support (Java required) ULTRAFTP_USE= JAVA=yes ULTRAFTP_MAKE_ARGS_OFF= JSRC="" +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') +BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') +.endif + post-patch: @${REINPLACE_CMD} -e 's|netstat -ant|netstat -an|' \ ${WRKSRC}/scripts/util/ss_vncviewer @@ -44,4 +51,4 @@ do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} config) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |