CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/06/18 01:54:45
Modified files:
x11/freerdp : Makefile
x11/freerdp/patches: patch-CMakeLists_txt
patch-winpr_libwinpr_synch_CMakeLists_txt
patch-winpr_libwinpr_synch_test_CMakeLists_txt
Log message:
x11/freerdp: cope with libexecinfo fallout
Re-enabling execinfo.h detection led to a build failure on sparc64 and
to a potential runtime failure because of missing backtrace symbols.
Explicitly link libwinpr against libexecinfo the same way as epoll-shims
is handled. While here, set COMPILER_LANGS=c as there is no C++ here.
ok ajacoutot