diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-09 08:05:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-09 08:05:27 +0000 |
commit | d0c7cc19c797456dd193b95f47ae15a226ea62c5 (patch) | |
tree | 187c2152e060ec01a6d7ddf637420a89f27a689a /dns/opendd | |
parent | a0939695cb7ce9354c95cfc982d6357b9fc6e1a8 (diff) | |
download | ports-d0c7cc19c797456dd193b95f47ae15a226ea62c5.tar.gz ports-d0c7cc19c797456dd193b95f47ae15a226ea62c5.zip |
Notes
Diffstat (limited to 'dns/opendd')
-rw-r--r-- | dns/opendd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile index 2401a0eadbc2..8e68522de428 100644 --- a/dns/opendd/Makefile +++ b/dns/opendd/Makefile @@ -25,6 +25,11 @@ RCNG_DESC= Install RC_NG script .include <bsd.port.options.mk> +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= undefined symbol: BIO_set_conn_ip +BROKEN_FreeBSD_13= undefined symbol: BIO_set_conn_ip +.endif + .if ${PORT_OPTIONS:MRCNG} USE_RC_SUBR= ${PORTNAME} .endif |