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

File: [local] / ports / net / xmrig-proxy / patches / patch-CMakeLists_txt (download)

Revision 1.1, Mon Sep 6 07:36:44 2021 UTC (2 years, 8 months ago) by kirby
Branch point for: MAIN

Initial revision

$OpenBSD$

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -136,7 +136,7 @@ else()
         src/App_unix.cpp
         )
 
-    if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
+    if (CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
         set(EXTRA_LIBS pthread)
     else()
         set(EXTRA_LIBS pthread rt dl)