Bug 246014 - net/pjsip: fix build on !x86 !arm
Summary: net/pjsip: fix build on !x86 !arm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-28 23:03 UTC by Piotr Kubaj
Modified: 2020-04-29 14:59 UTC (History)
0 users

See Also:
madpilot: maintainer-feedback+


Attachments
patch (1.38 KB, patch)
2020-04-28 23:03 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2020-04-28 23:03:25 UTC
Created attachment 213897 [details]
patch

powerpc platforms are big endian and they were not included in the check. This patch is already in webrtc upstream.
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2020-04-29 08:48:16 UTC
Thanks! Giving it a quick test before committing.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-29 14:41:18 UTC
A commit references this bug:

Author: madpilot
Date: Wed Apr 29 14:41:02 UTC 2020
New revision: 533340
URL: https://svnweb.freebsd.org/changeset/ports/533340

Log:
  Import patch to fix build on !x86 !arm.

  PR:		246014
  Submitted by:	pkubaj

Changes:
  head/net/pjsip/files/patch-third__party_webrtc_src_webrtc_typedefs.h
Comment 3 Guido Falsi freebsd_committer freebsd_triage 2020-04-29 14:59:15 UTC
Patch committed. Thanks!