Instead of installing them to /usr/libdata/pkgconfig, we use
/usr/lib<suffix>/pkgconfig. I'm not sure why native ABI libdirs are
installed to /usr/libdata/pkgconfig instead of /usr/lib/pkgconfig, but
I don't think this commit should change that.
Details
Details
grep -rn libdir= ./usr/lib32/pkgconfig/*.pc
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
A quick glance says "this looks good to me" if that's the feedback you're looking for :)
Comment Actions
It's a pitty we can't be consistent and have a libdata equivalent for compat libraries, but on the other hand I don't have better proposal that what is proposed here.
Comment Actions
If there are no further comments/suggestions, I'll commit this next week (most likely Wednesday)