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
This commit is contained in:
Piotr Kubaj 2021-01-12 17:59:46 +00:00
parent fb17ae3b8d
commit c420243f1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=561364

View File

@ -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