[Bug 285382] math/mpdecimal: patch to add LDFLAGS support

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 14 Mar 2025 14:42:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285382

--- Comment #1 from Stefan Krah <skrah@bytereef.org> ---
Thanks, I forgot about LDXXFLAGS myself!

LDXXFLAGS exist because libmpdec++ depends on libmpdec, so they are built in
one step. And in rare cases LDFLAGS diverge from LDXXFLAGS, e.g.:
CXXFLAGS=-stdlib=libc++ LDXXFLAGS=-stdlib=libc++.

It's a pity that LDXXFLAGS aren't standard.

-- 
You are receiving this mail because:
You are the assignee for the bug.