termux-packages/x11-packages/tigervnc/tigervnc-1.8.0_common_os_CM...

13 lines
416 B
Diff

diff -uNr tigervnc-1.8.0/common/os/CMakeLists.txt tigervnc-1.8.0.mod/common/os/CMakeLists.txt
--- tigervnc-1.8.0/common/os/CMakeLists.txt 2017-05-16 16:53:28.000000000 +0300
+++ tigervnc-1.8.0.mod/common/os/CMakeLists.txt 2018-06-15 23:44:13.091940995 +0300
@@ -6,7 +6,7 @@
w32tiger.c
os.cxx)
-if(UNIX)
+if(UNIX AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "Android")
target_link_libraries(os pthread)
endif()