Date: Fri, 21 Aug 2020 00:53:20 +0200 From: Niclas Zeising <zeising@freebsd.org> To: Olivier Cochard <olivier@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r545567 - head/net/bird Message-ID: <57cda461-4d8f-d9b7-90f5-a9b075c1ee55@freebsd.org> In-Reply-To: <202008202148.07KLmasL075901@repo.freebsd.org> References: <202008202148.07KLmasL075901@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2020-08-20 23:48, Olivier Cochard wrote: > Author: olivier > Date: Thu Aug 20 21:48:36 2020 > New Revision: 545567 > URL: https://svnweb.freebsd.org/changeset/ports/545567 > > Log: > Fix build on FreeBSD 13 > > Reported by: pkg-fallout > > Modified: > head/net/bird/Makefile > > Modified: head/net/bird/Makefile > ============================================================================== > --- head/net/bird/Makefile Thu Aug 20 21:37:04 2020 (r545566) > +++ head/net/bird/Makefile Thu Aug 20 21:48:36 2020 (r545567) > @@ -27,6 +27,8 @@ GROUPS= birdvty > > PORTSCOUT= limit:^1\. > > +CFLAGS+= -fcommon > + > .if ${FLAVOR:U} == ipv6 > CONFIGURE_ARGS+= --enable-ipv6 > PLIST_SUB= VER=6 > This is not needed, I already fixed the build in r545563. Regards -- Niclas Zeising
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57cda461-4d8f-d9b7-90f5-a9b075c1ee55>