Page MenuHomeFreeBSD

devel/thrift-cpp: fix build with GCC-based architectures
ClosedPublic

Authored by pkubaj on May 17 2019, 10:54 AM.
Tags
None
Referenced Files
F132907117: D20287.id57498.diff
Tue, Oct 21, 1:54 AM
Unknown Object (File)
Sep 20 2025, 9:24 PM
Unknown Object (File)
Sep 19 2025, 8:21 AM
Unknown Object (File)
Sep 18 2025, 1:27 AM
Unknown Object (File)
Sep 17 2025, 11:31 PM
Unknown Object (File)
Sep 17 2025, 2:48 AM
Unknown Object (File)
Sep 10 2025, 2:11 AM
Unknown Object (File)
Aug 25 2025, 2:04 PM
Subscribers
None

Details

Summary

Add -L${OPENSSLLIB} -I${OPENSSLINC} only when base OpenSSL isn't used. Explicitly adding -L/usr/lib make ports GCC link to libstdc++ from /usr/lib instead of /usr/local/lib/gcc8.

Also, explicitly don't use Lua and Qt5, the port uses it if it's installed.

PR: 237506

Diff Detail

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

Event Timeline

devel/thrift-cpp/Makefile
47

^I'd say this warrants a PORTREVISON bump

Looks ok, pending maintainer's approval.

This revision is now accepted and ready to land.May 20 2019, 12:36 PM
This revision was automatically updated to reflect the committed changes.

Committed because maintainer timeout.