Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 15:02:36 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 330c751fd758 - 2021Q3 - net-im/tg_owt: Fix build on aarch64
Message-ID:  <202107181502.16IF2aSZ010213@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=330c751fd75884ec2891ff920187c991013cf06d

commit 330c751fd75884ec2891ff920187c991013cf06d
Author:     Aoek <pr@aoek.com>
AuthorDate: 2021-07-18 14:51:49 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-07-18 15:02:24 +0000

    net-im/tg_owt: Fix build on aarch64
    
    Don't build the bundled libusrsctp, use the one provided by
    net/libusrsctp like it's done on other arches.
    
    PR:             256998
    Approved by:    Henry Hu (maintainer)
    
    (cherry picked from commit eda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e)
---
 net-im/tg_owt/files/patch-CMakeLists.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/net-im/tg_owt/files/patch-CMakeLists.txt b/net-im/tg_owt/files/patch-CMakeLists.txt
index 8ec277f021b9..9dc40d79540b 100644
--- a/net-im/tg_owt/files/patch-CMakeLists.txt
+++ b/net-im/tg_owt/files/patch-CMakeLists.txt
@@ -16,6 +16,14 @@
          tg_owt::libvpx
          tg_owt::libvpx_mmx
          tg_owt::libvpx_sse2
+@@ -112,7 +111,6 @@
+         tg_owt::libpffft
+         tg_owt::librnnoise
+         tg_owt::libsrtp
+-        tg_owt::libusrsctp
+         tg_owt::libvpx
+         tg_owt::libyuv
+     )
 @@ -137,6 +135,7 @@ endif()
  link_openssl(tg_owt)
  link_ffmpeg(tg_owt)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107181502.16IF2aSZ010213>