svn commit: r545567 - head/net/bird

Niclas Zeising zeising at freebsd.org
Thu Aug 20 22:54:10 UTC 2020


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


More information about the svn-ports-all mailing list