git: 330c751fd758 - 2021Q3 - net-im/tg_owt: Fix build on aarch64
Mikael Urankar
mikael at FreeBSD.org
Sun Jul 18 15:02:36 UTC 2021
The branch 2021Q3 has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=330c751fd75884ec2891ff920187c991013cf06d
commit 330c751fd75884ec2891ff920187c991013cf06d
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 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)
More information about the dev-commits-ports-all
mailing list