Re: git: a6cd5e6562ba - main - science/arbor: Replace the units bundled lib with external dependency

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Fri, 30 Aug 2024 14:06:18 UTC
On Mon, Aug 26, 2024 at 12:52:35AM +0000, Yuri Victorovich wrote:
> commit a6cd5e6562bab547071b08337e0285b81522e227
> 
>   science/arbor: Replace the units bundled lib with external dependency
> [...]
> 
> +LDFLAGS+=	-L${LOCALBASE}/lib -lunits

Since you already patch CMakeLists.txt perhaps you could also
add correct linking instructions there instead of via LDFLAGS.

./danfe