aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAoek <pr@aoek.com>2021-07-18 14:51:49 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-07-18 15:02:24 +0000
commit330c751fd75884ec2891ff920187c991013cf06d (patch)
treee0904801990e0fb52c1314daf0f34fcd00147a86 /net-im
parent6176d6b6760dac39e76b75f362e499ee6316bfee (diff)
downloadports-330c751fd75884ec2891ff920187c991013cf06d.tar.gz
ports-330c751fd75884ec2891ff920187c991013cf06d.zip
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)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tg_owt/files/patch-CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
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)