aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAoek <pr@aoek.com>2021-07-18 14:51:49 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-07-18 14:56:54 +0000
commiteda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e (patch)
treea547ab1e3a5e1668ebadbe23ad61677884222263
parent35345a43885aea9d60ab0e65ee33274af382a689 (diff)
downloadports-eda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e.tar.gz
ports-eda0db32e774b8e58b831ad0b3fe4b1ecc85cd3e.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)
-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)