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
Unknown Object (File)
Sat, Sep 20, 9:24 PM
Unknown Object (File)
Fri, Sep 19, 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
Unknown Object (File)
Aug 23 2025, 9:05 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

devel/thrift-cpp/Makefile
47 ↗(On Diff #57478)

^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.