diff options
Diffstat (limited to 'media-libs/libaom/files/pthread_lib.patch')
-rw-r--r-- | media-libs/libaom/files/pthread_lib.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-libs/libaom/files/pthread_lib.patch b/media-libs/libaom/files/pthread_lib.patch deleted file mode 100644 index d8770bc687ca..000000000000 --- a/media-libs/libaom/files/pthread_lib.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: libaom-9999/CMakeLists.txt -=================================================================== ---- libaom-9999.orig/CMakeLists.txt -+++ libaom-9999/CMakeLists.txt -@@ -598,6 +598,9 @@ if (BUILD_SHARED_LIBS) - include("${AOM_ROOT}/build/cmake/exports.cmake") - setup_exports_target() - set_target_properties(aom PROPERTIES SOVERSION 0) -+ if (HAVE_PTHREAD_H AND CONFIG_MULTITHREAD) -+ target_link_libraries(aom ${AOM_LIB_LINK_TYPE} Threads::Threads) -+ endif () - endif () - - # Handle user supplied compile and link flags last to ensure they're obeyed. |