On Sat, Apr 25, 2020 at 06:16:39PM -0400, Kurt Mosiejczuk wrote:
> On sparc64 (and presumably other base-gcc arches), ports-gcc needs to
> be used to build spiped successfully.
> 
> ok?
> 
> (cc maintainer)
> 
> --Kurt
> 

ok jturner@

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/spiped/Makefile,v
> retrieving revision 1.14
> diff -u -p -r1.14 Makefile
> --- Makefile  5 Apr 2020 21:26:11 -0000       1.14
> +++ Makefile  25 Apr 2020 22:15:01 -0000
> @@ -13,6 +13,9 @@ MASTER_SITES =              http://www.tarsnap.com/s
>  # BSD
>  PERMIT_PACKAGE =     Yes
>  
> +COMPILER =           base-clang ports-gcc
> +COMPILER_LANGS =     c
> +
>  WANTLIB =            c crypto pthread
>  
>  EXTRACT_SUFX =               .tgz

Reply via email to