On 2021/01/15 14:48, Kurt Mosiejczuk wrote:
> py-scikit-image uses c++0x, so base-gcc cannot be used.
> 
> This fixes the build on sparc64.
> 
> ok?
> 
> (cc maintainer)
> 
> --Kurt
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/math/py-scikit-image/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  4 Jan 2021 14:06:34 -0000       1.6
> +++ Makefile  15 Jan 2021 19:46:51 -0000
> @@ -13,6 +13,9 @@ MAINTAINER =                Paul Irofti <paul@irofti.n
>  # BSD
>  PERMIT_PACKAGE =     Yes
>  
> +# c++0x
> +COMPILER =           base-clang ports-gcc
> +
>  MODULES =            lang/python
>  
>  FLAVORS =            python3
> 

Please add WANTLIB and bump too. OK.

Reply via email to