=================================================================== RCS file: /cvs/ports/misc/xmrig/patches/patch-CMakeLists_txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- ports/misc/xmrig/patches/patch-CMakeLists_txt 2019/01/22 08:21:14 1.1.1.1 +++ ports/misc/xmrig/patches/patch-CMakeLists_txt 2019/07/16 16:35:24 1.2 @@ -1,14 +1,14 @@ -$OpenBSD: patch-CMakeLists_txt,v 1.1.1.1 2019/01/22 08:21:14 kirby Exp $ +$OpenBSD: patch-CMakeLists_txt,v 1.2 2019/07/16 16:35:24 kirby Exp $ Index: CMakeLists.txt --- CMakeLists.txt.orig +++ CMakeLists.txt -@@ -155,7 +155,7 @@ else() - src/Mem_unix.cpp - ) - -- set(EXTRA_LIBS pthread rt dl) -+ set(EXTRA_LIBS pthread ) +@@ -187,7 +187,7 @@ else() + if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD) + set(EXTRA_LIBS kvm pthread) + else() +- set(EXTRA_LIBS pthread rt dl) ++ set(EXTRA_LIBS pthread) + endif() endif() - if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)