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

Annotation of ports/misc/xmrig/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: @@ -155,7 +155,7 @@ else()
                      7:          src/Mem_unix.cpp
                      8:          )
                      9:
                     10: -    set(EXTRA_LIBS pthread rt dl)
                     11: +    set(EXTRA_LIBS pthread )
                     12:  endif()
                     13:
                     14:  if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)

CVSweb