Date: Wed, 5 Jun 2019 09:08:16 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503502 - head/dns/dnsperf Message-ID: <201906050908.x5598GvP088932@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906050908.x5598GvP088932>