openbsd-ports/net/synergy/patches/patch-src_CMakeLists_txt
bcallah 4b88ce858f Update Synergy to 1.4.17
ok abieber@
2014-05-01 14:46:53 +00:00

12 lines
372 B
Plaintext

$OpenBSD: patch-src_CMakeLists_txt,v 1.2 2014/05/01 14:46:53 bcallah Exp $
--- src/CMakeLists.txt.orig Tue Apr 15 22:26:08 2014
+++ src/CMakeLists.txt Tue Apr 15 22:26:13 2014
@@ -18,7 +18,3 @@ add_subdirectory(lib)
add_subdirectory(cmd)
add_subdirectory(plugin)
add_subdirectory(micro)
-
-if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
- add_subdirectory(test)
-endif()