Re: git: 3b2ff2ef194c - main - Mk: Add Uses/ebur128.mk

From: Jason E. Hale <jhale_at_freebsd.org>
Date: Mon, 21 Aug 2023 14:51:39 UTC
On Mon, Aug 21, 2023 at 10:42 AM Yuri <yuri@aetern.org> wrote:
>
> Jason E. Hale wrote:
> > +# Possible values: rust, legacy
> > +.  if empty(ARCH:Naarch64:Namd64:Narmv7:Ni386:Npowerpc64:Npowerpc64le:Npowerpc:Nriscv64)
> > ++EBUR128_DEFAULT?=   rust
> > +.  else
> > ++EBUR128_DEFAULT?=   legacy
>
> Are these '+' at the start of the line intended?
>

They sure aren't! Fixed in 5f6b3eda2234. Thanks!

-Jason