[Bug 235527] comms/gsmlib: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 5 14:56:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235527

            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 at FreeBSD.org
          Reporter: pkubaj at anongoth.pl

Created attachment 201766
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201766&action=edit
patch

Don't add CXXFLAGS+=-Wno-c++11-narrowing, which is not supported by base GCC.
Instead add USE_CXXSTD=c++98 which makes this port compile by both base GCC and
Clang.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list