gentoo/dev-cpp/clucene/files/clucene-2.3.3.4-musl-pthread.patch
Sam James 05c237dd1d
dev-cpp/clucene: fix build on musl
Closes: https://bugs.gentoo.org/855071
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-14 05:36:32 +01:00

12 lines
256 B
Diff

https://bugs.gentoo.org/855071
--- a/src/shared/CLucene/LuceneThreads.h
+++ b/src/shared/CLucene/LuceneThreads.h
@@ -7,6 +7,7 @@
#ifndef _LuceneThreads_h
#define _LuceneThreads_h
+#include <pthread.h>
CL_NS_DEF(util)
class CLuceneThreadIdCompare;