[Bug 256998] net-im/tg_owt: Fails to build on aarch64: CMakeLists.txt:77 (add_library): Target "tg_owt" links to target "tg_owt::libusrsctp" but the target was not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 18 Jul 2021 03:19:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256998

--- Comment #10 from Henry Hu <henry.hu.sh@gmail.com> ---
I should have noticed that this patch does not affect i386 and amd64. I didn't
consider other platforms when I created the port. Tried to build amd64 and it
still builds fine. I'm okay with this patch. Please commit it.

(In reply to Mikael Urankar from comment #9)
We're not disabling libusrsctp and it's still used. Notice that CMakeLists.txt
is also patched to link with libusrsctp, with cmake_external.cmake also patched
to provide the include and link directories.
The tg_owt carries its own version of libusrsctp, and has its own cmake file to
build it. Since we already have it in the ports, I've patched it to use the
ports version instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.