openbsd-ports/net/synergy/patches/patch-src_CMakeLists_txt
jturner c143e5672d Update synergy to 1.7.4.
Tested by Michael Lesniewski <lesniewskister at gmail dot com>. ok abieber@
2015-10-21 19:51:28 +00:00

12 lines
347 B
Plaintext

$OpenBSD: patch-src_CMakeLists_txt,v 1.3 2015/10/21 19:51:28 jturner Exp $
--- src/CMakeLists.txt.orig Fri Aug 7 18:56:23 2015
+++ src/CMakeLists.txt Thu Oct 15 17:57:00 2015
@@ -17,7 +17,3 @@
add_subdirectory(lib)
add_subdirectory(cmd)
add_subdirectory(micro)
-
-if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
- add_subdirectory(test)
-endif()