[Bug 274728] www/angie: Update to 1.3.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 13 Nov 2023 16:58:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274728

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
(In reply to oleg from comment #3)

Hi Oleg,

Thank you for getting back to me.

The point is about using the standard variable names so extra stuff set by the
user is taken into account.  You could for example do

    --with-cc-opt="${CFLAGS}"
    --with-ld-opt="${LDFLAGS}"

instead of using variables named CC_OPT and LD_OPT.  Then, USES=localbase
should do the right thing.

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