$OpenBSD: patch-CMakeLists_txt,v 1.5 2019/03/05 12:58:06 landry Exp $

Add -L/usr/local/lib when linking

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -83,6 +83,7 @@ install(FILES COPYING README.md DESTINATION ${CMAKE_IN
 
 set(DESKTOP_ICON "${CMAKE_PROJECT_NAME}" CACHE STRING "The Icon value to be used in the .desktop file")
 
+link_directories("${LOCALBASE}/lib")
 add_subdirectory (core)
 add_subdirectory (web)
 add_subdirectory (extensions)
