summaryrefslogtreecommitdiff
path: root/lucene/makefile.mk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2011-02-24 10:37:10 +0100
committerJoachim Lingner <jl@openoffice.org>2011-02-24 10:37:10 +0100
commit61fa967bf3a8ab86f66d12ce0eca1c23a429420f (patch)
treeaf8763a2c2727640c1d95b7ab5715844207d6e34 /lucene/makefile.mk
parent890599fd2bd872aaa52a278febc7b72036ce0664 (diff)
jl164 #i109096# java help indexer service did not work with long file paths
Diffstat (limited to 'lucene/makefile.mk')
-rw-r--r--lucene/makefile.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/lucene/makefile.mk b/lucene/makefile.mk
index 3ce8f058c942..98fab3f9a363 100644
--- a/lucene/makefile.mk
+++ b/lucene/makefile.mk
@@ -50,7 +50,12 @@ LUCENE_ANALYZERS_JAR=lucene-analyzers-$(LUCENE_MAJOR).$(LUCENE_MINOR).jar
TARFILE_NAME=$(LUCENE_NAME)
TARFILE_MD5=48d8169acc35f97e05d8dcdfd45be7f2
-PATCH_FILES=lucene.patch
+PATCH_FILES=lucene.patch
+
+.IF "$(OS)" == "WNT"
+PATCH_FILES+= long_path.patch
+.ENDIF
+
BUILD_DIR=.
BUILD_ACTION= ${ANT} -buildfile .$/contrib$/analyzers$/build.xml