Page MenuHomeFreeBSD

Fix build with LOCALBASE is not /usr/local.
ClosedPublic

Authored by bdrewery on May 22 2017, 5:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 24, 11:52 PM
Unknown Object (File)
Jul 27 2025, 11:46 AM
Unknown Object (File)
Jul 26 2025, 5:51 AM
Unknown Object (File)
Jul 6 2025, 8:43 PM
Unknown Object (File)
Jul 5 2025, 10:56 PM
Unknown Object (File)
Jul 1 2025, 3:18 PM
Unknown Object (File)
Jun 30 2025, 6:34 AM
Unknown Object (File)
Jun 27 2025, 2:57 AM
Subscribers

Details

Test Plan

Built llvm40 with a different PREFIX + LOCALBASE. It failed
before since it was using -I/usr/local/include and -L/usr/local/lib
rather than my supplied LOCALBASE (where existing headers/libs are).

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9444
Build 9897: arc lint + arc unit

Event Timeline

Do we need a version bump or are people with non-default PREFIX values on their own?

This revision is now accepted and ready to land.May 22 2017, 5:34 PM

Do we need a version bump or are people with non-default PREFIX values on their own?

Since it is a build fix, no revision bump is needed. It would not build otherwise. It's also a rare thing for people to do this, but still proper to support it.

This revision was automatically updated to reflect the committed changes.