$OpenBSD: patch-mscore_CMakeLists_txt,v 1.18 2020/08/07 16:45:52 bcallah Exp $
Index: mscore/CMakeLists.txt
--- mscore/CMakeLists.txt.orig
+++ mscore/CMakeLists.txt
@@ -416,7 +416,7 @@ else (MINGW)
       if (APPLE)
         target_link_libraries(mscoreapp ${OsxFrameworks})
       else (APPLE)
-          target_link_libraries(mscoreapp rt)
+          target_link_libraries(mscoreapp)
       endif (APPLE)
 
       # 'gold' does not use indirect shared libraries for symbol resolution, Linux only
@@ -424,7 +424,7 @@ else (MINGW)
          if(USE_JACK)
             target_link_libraries(mscoreapp ${CMAKE_DL_LIBS})
          endif(USE_JACK)
-         target_link_libraries(mscoreapp rt)
+         target_link_libraries(mscoreapp)
       endif (NOT APPLE)
 
       if (APPLE)
