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

Diff for /ports/misc/xmrig/patches/patch-CMakeLists_txt between version 1.1 and 1.2

version 1.1, 2019/01/22 08:21:14 version 1.2, 2019/07/16 16:35:24
Line 3 
Line 3 
 Index: CMakeLists.txt  Index: CMakeLists.txt
 --- CMakeLists.txt.orig  --- CMakeLists.txt.orig
 +++ CMakeLists.txt  +++ CMakeLists.txt
 @@ -155,7 +155,7 @@ else()  @@ -187,7 +187,7 @@ else()
          src/Mem_unix.cpp       if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
          )           set(EXTRA_LIBS kvm pthread)
        else()
 -    set(EXTRA_LIBS pthread rt dl)  -        set(EXTRA_LIBS pthread rt dl)
 +    set(EXTRA_LIBS pthread )  +        set(EXTRA_LIBS pthread)
        endif()
  endif()   endif()
   
  if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb