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)
Jan 18 2024, 9:09 AM
Unknown Object (File)
Jan 16 2024, 9:21 PM
Unknown Object (File)
Dec 30 2023, 7:13 PM
Unknown Object (File)
Dec 23 2023, 11:19 AM
Unknown Object (File)
Nov 30 2023, 7:24 PM
Unknown Object (File)
Nov 30 2023, 7:24 PM
Unknown Object (File)
Nov 30 2023, 7:24 PM
Unknown Object (File)
Nov 30 2023, 7:23 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 24278
Build 23105: 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.