Page MenuHomeFreeBSD

devel/git: unbreak build with devel/utf8cpp installed
ClosedPublic

Authored by jbeich on Jan 25 2015, 3:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 2:26 AM
Unknown Object (File)
Wed, Oct 8, 12:34 PM
Unknown Object (File)
Fri, Sep 26, 1:52 AM
Unknown Object (File)
Sep 11 2025, 6:31 AM
Unknown Object (File)
Jul 28 2025, 12:34 PM
Unknown Object (File)
Jul 17 2025, 3:19 AM
Unknown Object (File)
Jun 18 2025, 9:37 PM
Unknown Object (File)
Jun 10 2025, 11:55 PM
Subscribers
None

Details

Reviewers
bapt
garga
Summary

Unbreak build with devel/utf8cpp installed

Let preprocessor know ${LOCALBASE}/include is a system include path,
so #include "..." shouldn't try to pick headers from there. lang/gcc*
and lang/clang* already do the right thing.

PR: 196220
Approved by: garga (maintainer)
Approved by: bapt (mentor)

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jbeich retitled this revision from to devel/git: unbreak build with devel/utf8cpp installed.
jbeich updated this object.
jbeich edited the test plan for this revision. (Show Details)
jbeich added reviewers: garga, bapt.
bapt edited edge metadata.

This looks good to me and after this commit we should probably generalize this to the whole ports tree (with caution)

Wait for @garga approval as well.

This revision is now accepted and ready to land.Jan 25 2015, 9:34 AM
garga edited edge metadata.

It looks good to me too.