diff options
Diffstat (limited to 'media-libs/libopenshot-audio')
-rw-r--r-- | media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch b/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch deleted file mode 100644 index 18571abfee22..000000000000 --- a/media-libs/libopenshot-audio/files/libopenshot-audio-0.1.4-fix-under-linking.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit f489d3c4ab9dc3ff6fe443a0e8a31b46ed73371d -Author: Louis Sautier <sautier.louis@gmail.com> -Date: Sun Jul 23 22:37:01 2017 +0200 - - Fix under-linking (pthread and dl), fixes #3 - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c6c8f54..e0e2433 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -168,7 +168,11 @@ set_target_properties(openshot-audio - SOVERSION ${SO_VERSION} - INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib") - -+set(CMAKE_THREAD_PREFER_PTHREAD TRUE) -+find_package(Threads REQUIRED) - TARGET_LINK_LIBRARIES(openshot-audio -+ ${CMAKE_DL_LIBS} -+ ${CMAKE_THREAD_LIBS_INIT} - ${JUCE_PLATFORM_SPECIFIC_LIBRARIES} - ) - |