[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.2

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

CVSweb