https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269253

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=1e149b25f57d04feeb5dc05ef33bed2f251e12bf

commit 1e149b25f57d04feeb5dc05ef33bed2f251e12bf
Author:     Tijl Coosemans <t...@freebsd.org>
AuthorDate: 2023-02-03 16:35:16 +0000
Commit:     Dima Panov <flu...@freebsd.org>
CommitDate: 2023-02-04 09:09:02 +0000

    devel/cmake-core: Fix build with libnghttp2 installed

    While building the bundled curl, -I/usr/local/include appears too early
    on the compiler command line causing the compiler to use headers from
    an installed libnghttp2 instead of the bundled libnghttp2.  Add
    USES=localbase so CFLAGS contains -isystem /usr/local/include making
    the compiler search the directory after all the -I flags.

    PR:             269253

 devel/cmake-core/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to