[Bug 286616] math/mpdecimal: Update to 4.0.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 May 2025 08:27:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286616

--- Comment #1 from Stefan Krah <skrah@bytereef.org> ---
Hi,

mpdecimal-4.0.1 now unconditionally sets LD=$CC and LDXX=$CXX in ./configure,
so
these lines can be removed:

.if ${CHOSEN_COMPILER_TYPE} == gcc
CONFIGURE_ARGS= LD="${CC}" LDXX="${CXX}"
.endif

Then there is an already existing small issue in ``make stage-qa'', which is
nagging about adding pathfix to USES because the pkg-config path is fixed.
Perhaps it could be added now together with the update patch:

USES=           compiler:c++11-lang gmake pathfix



Thanks,

Stefan Krah

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