svn commit: r506215 - head/dns/opendnssec
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jul 8 12:35:27 UTC 2019
Author: pkubaj
Date: Mon Jul 8 12:35:26 2019
New Revision: 506215
URL: https://svnweb.freebsd.org/changeset/ports/506215
Log:
dns/opendnssec: fix build with GCC-based architectures
Since the switch to MySQL 5.7, C11-aware compiler is required:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval)
Modified:
head/dns/opendnssec/Makefile
Modified: head/dns/opendnssec/Makefile
==============================================================================
--- head/dns/opendnssec/Makefile Mon Jul 8 12:33:03 2019 (r506214)
+++ head/dns/opendnssec/Makefile Mon Jul 8 12:35:26 2019 (r506215)
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir="${PREFIX}/var"
USE_RC_SUBR= opendnssec
USE_GNOME= libxml2
-USES= perl5 ssl
+USES= compiler:c11 perl5 ssl
USE_LDCONFIG= yes
CONFLICTS= opendnssec-1.[0-3]* opendnssec2-[0-9]*
More information about the svn-ports-all
mailing list