Re: git: ccfb35841ecd - main - devel/llvm-devel: fix plist on powerpc

From: Brooks Davis <brooks_at_freebsd.org>
Date: Thu, 22 Sep 2022 16:22:39 UTC
On Thu, Sep 22, 2022 at 11:26:45AM +0000, Piotr Kubaj wrote:
> The branch main has been updated by pkubaj:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=ccfb35841ecd7100c1252bb2f39cb715a2a4db7e
> 
> commit ccfb35841ecd7100c1252bb2f39cb715a2a4db7e
> Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
> AuthorDate: 2022-09-22 10:13:48 +0000
> Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
> CommitDate: 2022-09-22 10:13:48 +0000
> 
>     devel/llvm-devel: fix plist on powerpc
> ---
>  devel/llvm-devel/Makefile.RUNTIMES | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/devel/llvm-devel/Makefile.RUNTIMES b/devel/llvm-devel/Makefile.RUNTIMES
> index ec7bf937f294..aa085a453cb7 100644
> --- a/devel/llvm-devel/Makefile.RUNTIMES
> +++ b/devel/llvm-devel/Makefile.RUNTIMES
> @@ -71,8 +71,8 @@ LIBCLANG_RT_LIBS_i386= \
>  
>  RT_ARCHES+=powerpc
>  LIBCLANG_RT_LIBS_powerpc= \
> -	builtins-powerpc.a \
> -	profile-powerpc.a
> +	builtins.a \
> +	profile.a
>  
>  RT_ARCHES+=powerpc64
>  LIBCLANG_RT_LIBS_powerpc64= \
> 

Thanks for the fix and sorry about the breakage!

-- Brooks