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

Annotation of ports/net/xmrig-proxy/patches/patch-CMakeLists_txt, Revision 1.1.1.1

1.1       kirby       1: $OpenBSD$
                      2:
                      3: Index: CMakeLists.txt
                      4: --- CMakeLists.txt.orig
                      5: +++ CMakeLists.txt
                      6: @@ -136,7 +136,7 @@ else()
                      7:          src/App_unix.cpp
                      8:          )
                      9:
                     10: -    if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
                     11: +    if (CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
                     12:          set(EXTRA_LIBS pthread)
                     13:      else()
                     14:          set(EXTRA_LIBS pthread rt dl)

CVSweb