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)
Sat, Apr 27, 11:14 AM
Unknown Object (File)
Sat, Apr 27, 11:09 AM
Unknown Object (File)
Sat, Apr 27, 9:28 AM
Unknown Object (File)
Sat, Apr 20, 12:57 PM
Unknown Object (File)
Feb 2 2024, 7:08 AM
Unknown Object (File)
Dec 21 2023, 5:27 PM
Unknown Object (File)
Nov 3 2023, 9:59 AM
Unknown Object (File)
Sep 14 2023, 4:01 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.