Page MenuHomeFreeBSD

graphics/ilmbase: Simplify pthread workaround.
ClosedPublic

Authored by rakuco on Mar 25 2019, 12:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:45 PM
Unknown Object (File)
Fri, Apr 19, 3:12 PM
Unknown Object (File)
Dec 29 2023, 10:42 AM
Unknown Object (File)
Dec 22 2023, 10:22 PM
Unknown Object (File)
Nov 15 2023, 3:42 AM
Unknown Object (File)
Nov 6 2023, 11:22 AM
Unknown Object (File)
Oct 25 2023, 3:07 AM
Unknown Object (File)
Oct 15 2023, 1:26 AM
Subscribers

Details

Reviewers
mandree
Summary

Improve upon rP496818. Instead of setting both MAKE_ENV and patching ilmthread's Makefile, just make sure PTHREAD_LIBS is set a configuration time. This is what Debian does, and it achieves the same solution with fewer lines.

While here, add an explanation for why we need this.

Test Plan

The port still builds fine and links correctly against libthr.so.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Mar 25 2019, 12:57 PM

Damn, I forgot to mention this review in the commit message :( Landed in rP496820.