From dc22de2e181e17257edbd61705c836da3a25c662 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:42:08 +0000 Subject: automatic import of clucene --- clucene-core-2.3.3.4-usleep.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clucene-core-2.3.3.4-usleep.patch (limited to 'clucene-core-2.3.3.4-usleep.patch') diff --git a/clucene-core-2.3.3.4-usleep.patch b/clucene-core-2.3.3.4-usleep.patch new file mode 100644 index 0000000..31eb095 --- /dev/null +++ b/clucene-core-2.3.3.4-usleep.patch @@ -0,0 +1,11 @@ +diff -up clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp +--- clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp.usleep 2011-03-16 19:21:07.000000000 -0500 ++++ clucene-core-2.3.3.4/src/test/search/TestIndexSearcher.cpp 2014-10-07 19:35:20.854480798 -0500 +@@ -4,6 +4,7 @@ + * Distributable under the terms of either the Apache License (Version 2.0) or + * the GNU Lesser General Public License, as specified in the COPYING file. + ------------------------------------------------------------------------------*/ ++#include + #include "test.h" + + DEFINE_MUTEX(searchMutex); -- cgit v1.2.3