HomeFreeBSD

devel/cmake-core: Fix build with libnghttp2 installed

Description

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

Details

Provenance
tijlAuthored on Feb 3 2023, 4:35 PM
fluffyCommitted on Feb 4 2023, 9:09 AM
Parents
R11:d4663509d20d: graphics/filament: Update 1.31.2 → 1.31.3
Branches
Unknown
Tags
Unknown