git: eda0db32e774 - main - net-im/tg_owt: Fix build on aarch64

Mikael Urankar mikael at FreeBSD.org
Sun Jul 18 14:58:13 UTC 2021


The branch main has been updated by mikael:

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

commit eda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e
Author:     Aoek <pr at aoek.com>
AuthorDate: 2021-07-18 14:51:49 +0000
Commit:     Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-07-18 14:56:54 +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)
---
 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)


More information about the dev-commits-ports-main mailing list