svn commit: r503502 - head/dns/dnsperf
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Jun 5 09:08:17 UTC 2019
Author: pkubaj
Date: Wed Jun 5 09:08:16 2019
New Revision: 503502
URL: https://svnweb.freebsd.org/changeset/ports/503502
Log:
dns/dnsperf: fix build
Build with base GCC currently fails:
cc: Internal error: Segmentation fault (program ld)
Approved by: mentors (implicit approval)
Modified:
head/dns/dnsperf/Makefile
Modified: head/dns/dnsperf/Makefile
==============================================================================
--- head/dns/dnsperf/Makefile Wed Jun 5 09:07:56 2019 (r503501)
+++ head/dns/dnsperf/Makefile Wed Jun 5 09:08:16 2019 (r503502)
@@ -17,7 +17,7 @@ LIB_DEPENDS= liblmdb.so:databases/lmdb \
libjson-c.so:devel/json-c \
libxml2.so:textproc/libxml2
-USES= autoreconf gnome iconv libtool ssl
+USES= autoreconf compiler:c11 gnome iconv libtool ssl
USE_GITHUB= yes
GH_ACCOUNT= DNS-OARC
More information about the svn-ports-all
mailing list