[Bug 239626] devel/uatraits: fix build with GCC-based architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 3 20:23:48 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239626
Bug ID: 239626
Summary: devel/uatraits: fix build with GCC-based architectures
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: demon at FreeBSD.org
Reporter: pkubaj at FreeBSD.org
Assignee: demon at FreeBSD.org
Flags: maintainer-feedback?(demon at FreeBSD.org)
Created attachment 206253
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206253&action=edit
patch
To link with boost, new GCC is needed on GCC architectures.
Add -L${OPENSSLLIB} only when OPENSSLLIB is not /usr/lib. Adding -L/usr/lib
when using ports GCC makes GCC prefer /usr/lib/libstdc++.so instead of its own
libstdc++, which makes the build fail.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list