aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 17:59:46 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 17:59:46 +0000
commitc420243f1ace6a1544bf02229fd081c6e0b4ab98 (patch)
tree9232c1cfc6bcf66a26bf99f6d618bfcac221f93f /dns
parentfb17ae3b8df55a774ccc442a137ff06567fdda17 (diff)
downloadports-c420243f1ace6a1544bf02229fd081c6e0b4ab98.tar.gz
ports-c420243f1ace6a1544bf02229fd081c6e0b4ab98.zip
MFH: r561363
dns/yadifa: fix build on GCC architectures In file included from /usr/include/openssl/bn.h:20, from /usr/include/openssl/engine.h:18, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/digest.h:53, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/dnskey.h:50, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/tsig.h:48, from /wrkdirs/usr/ports/dns/yadifa/work/yadifa-2.4.1-9916/lib/dnscore/include/dnscore/message.h:64, from src/acl.c:57: /usr/include/openssl/crypto.h:322: error: expected ')' before '__attribute__' /usr/include/openssl/crypto.h:322: error: expected identifier or '(' before ')' token
Notes
Notes: svn path=/branches/2021Q1/; revision=561364
Diffstat (limited to 'dns')
-rw-r--r--dns/yadifa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile
index 3755ced2ed92..240cd245e362 100644
--- a/dns/yadifa/Makefile
+++ b/dns/yadifa/Makefile
@@ -13,7 +13,7 @@ COMMENT= Authoritative nameserver with DNSSEC capabilities
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= libtool ssl
+USES= compiler:c11 libtool ssl
USE_RC_SUBR= ${PORTNAME}d
GNU_CONFIGURE= yes