dns/getdns: fix build with GCC-based architectures

Add USES=compiler:c11 to fix build:
./tls.h:45: error: redefinition of typedef 'sha256_pin_t'

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-05-13 07:37:38 +00:00
parent 28017ff3ee
commit f797975b00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501524

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libldns.so:dns/ldns \
libunbound.so:dns/unbound
USES= libtool pathfix ssl
USES= compiler:c11 libtool pathfix ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \