Date: Tue, 05 Feb 2019 14:56:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235527] comms/gsmlib: fix build with GCC-based architectures Message-ID: <bug-235527-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235527 Bug ID: 235527 Summary: comms/gsmlib: 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: ports-bugs@FreeBSD.org Reporter: pkubaj@anongoth.pl Created attachment 201766 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201766&action= =3Dedit patch Don't add CXXFLAGS+=3D-Wno-c++11-narrowing, which is not supported by base = GCC. Instead add USE_CXXSTD=3Dc++98 which makes this port compile by both base G= CC and Clang. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235527-7788>