openbsd-ports/audio/liblastfm/patches/patch-src_CMakeLists_txt
zhuk b3f9de7076 liblastfm is a collection of libraries to help you integrate Last.fm
services into your rich desktop software. It is officially supported
software developed by Last.fm staff.

This is the last prerequisite for Clementine.

"import as-is, i've seen those ports too much" landry@
2013-02-05 13:57:56 +00:00

16 lines
474 B
Plaintext

$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2013/02/05 13:57:56 zhuk Exp $
--- src/CMakeLists.txt.orig Tue Nov 27 19:54:59 2012
+++ src/CMakeLists.txt Tue Nov 27 19:58:55 2012
@@ -1,7 +1,11 @@
+find_package(Threads REQUIRED)
+
add_definitions(${QT_DEFINITIONS})
include_directories(${QT_INCLUDES} ${CMAKE_CURRENT_BINARY_DIR})
set(liblastfm_LIBRARIES
+ c
+ ${CMAKE_THREAD_LIBS_INIT}
${QT_QTCORE_LIBRARY}
${QT_QTNETWORK_LIBRARY}
${QT_QTXML_LIBRARY}