summaryrefslogtreecommitdiffstats
path: root/clucene/patches
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-12 16:05:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-13 13:15:25 +0100
commit452af5f4522e750627d0c0ac9fbc794aeb1f1f8f (patch)
tree950d062f9e183873d64b06e212568a3b0968bb58 /clucene/patches
parentWaE: declaration of 'rand' shadows a global declaration (diff)
downloadcore-452af5f4522e750627d0c0ac9fbc794aeb1f1f8f.tar.gz
core-452af5f4522e750627d0c0ac9fbc794aeb1f1f8f.zip
gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
Diffstat (limited to 'clucene/patches')
-rw-r--r--clucene/patches/clucene-internal-zlib.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/clucene/patches/clucene-internal-zlib.patch b/clucene/patches/clucene-internal-zlib.patch
deleted file mode 100644
index 666792634456..000000000000
--- a/clucene/patches/clucene-internal-zlib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/shared/CLucene/util/Misc.cpp 2012-02-17 15:33:09.217891100 +0000
-+++ src/shared/CLucene/util/Misc.cpp 2012-02-17 15:38:10.836597500 +0000
-@@ -34,7 +34,11 @@
- #include "CLucene/util/dirent.h" //if we have dirent, then the native one will be used
-
- //for zlib...
--#include "zlib.h"
-+#ifdef SYSTEM_ZLIB
-+#include <zlib.h>
-+#else
-+#include <external/zlib/zlib.h>
-+#endif
- #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__)
- # include <fcntl.h>
- # include <io.h>