[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / net / seafile / client / patches

File: [local] / ports / net / seafile / client / patches / Attic / patch-CMakeLists_txt (download)

Revision 1.1, Wed Apr 9 07:57:51 2014 UTC (10 years, 2 months ago) by kirby
Branch: MAIN

update to 2.1.2, cleanup
make it build and start

$OpenBSD$
--- CMakeLists.txt.orig	Wed Apr  9 11:32:38 2014
+++ CMakeLists.txt	Wed Apr  9 11:32:58 2014
@@ -21,7 +21,7 @@ IF (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
     IF (${CMAKE_BUILD_TYPE} MATCHES Release)
       SET(GUI_TYPE WIN32)
     ENDIF()
-ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+ELSEIF (${CMAKE_SYSTEM_NAME} MATCHES "OpenBSD")
     SET(platform_specific_sources
       src/utils/process-linux.cpp
     )