Date: Tue, 12 Jan 2021 17:59:47 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561364 - branches/2021Q1/dns/yadifa Message-ID: <202101121759.10CHxlXg073549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 12 17:59:46 2021 New Revision: 561364 URL: https://svnweb.freebsd.org/changeset/ports/561364 Log: 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 Modified: branches/2021Q1/dns/yadifa/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/dns/yadifa/Makefile ============================================================================== --- branches/2021Q1/dns/yadifa/Makefile Tue Jan 12 17:58:41 2021 (r561363) +++ branches/2021Q1/dns/yadifa/Makefile Tue Jan 12 17:59:46 2021 (r561364) @@ -13,7 +13,7 @@ COMMENT= Authoritative nameserver with DNSSEC capabili LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool ssl +USES= compiler:c11 libtool ssl USE_RC_SUBR= ${PORTNAME}d GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121759.10CHxlXg073549>