[Bug 243872] net/asterisk-chan_sccp: fix build on big-endian architectures with clang

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 4 13:31:36 UTC 2020


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

            Bug ID: 243872
           Summary: net/asterisk-chan_sccp: fix build on big-endian
                    architectures with clang
           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 FreeBSD.org
                CC: ddegroot at talon.nl
                CC: ddegroot at talon.nl
             Flags: maintainer-feedback?(ddegroot at talon.nl)

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

FreeBSD doesn't have __bswap_16() and __bswap_32(). Use bswap16() and bswap32()
instead.

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


More information about the freebsd-ports-bugs mailing list