svn commit: r551539 - head/devel/libffcall

Gerald Pfeifer gerald at pfeifer.com
Tue Oct 6 05:01:20 UTC 2020


On Mon, 5 Oct 2020, Piotr Kubaj wrote:
> Log:
>   devel/libffcall: fix build
>   
>   Submitted by:	se@
>   Reported by:	linimon@
> 
> Modified:
>   head/devel/libffcall/Makefile
> 
> Modified: head/devel/libffcall/Makefile
> ==============================================================================
> --- head/devel/libffcall/Makefile	Mon Oct  5 19:11:21 2020	(r551538)
> +++ head/devel/libffcall/Makefile	Mon Oct  5 19:12:21 2020	(r551539)
> @@ -19,6 +19,7 @@ BROKEN_mips64=		fails to build: gmake[2]: No rule to m
>  
>  GNU_CONFIGURE=	yes
>  USES=		gmake libtool
> +USE_GCC=	yes

What was the actual failure?  I hope not an -fcommon issue, or 
this would actively block moving the default for USE_GCC from 
GCC 9 to GCC 10.

When introducing USE_GCC these days, it would be good to note
(in a comment or the commit message) why.

Gerald


More information about the svn-ports-all mailing list