summaryrefslogtreecommitdiff
path: root/clucene/CustomTarget_source.mk
diff options
context:
space:
mode:
Diffstat (limited to 'clucene/CustomTarget_source.mk')
-rw-r--r--clucene/CustomTarget_source.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/clucene/CustomTarget_source.mk b/clucene/CustomTarget_source.mk
index bf97af24a974..7f8cc4993a77 100644
--- a/clucene/CustomTarget_source.mk
+++ b/clucene/CustomTarget_source.mk
@@ -55,6 +55,8 @@ _CLUCENE_CONFIG_H := $(SRCDIR)/clucene/configs/_clucene-config-generic.h
endif
endif
+# clucene-multimap-put.patch was proposed upstream, see
+# <http://sourceforge.net/mailarchive/message.php?msg_id=29143260>:
$(CLSO)/done : $(cl_FIXED_TARFILE_LOCATION) \
$(_CLUCENE_CONFIG_H) $(CLUCENE_CONFIG_H)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),TAR,1)
@@ -67,8 +69,6 @@ $(CLSO)/done : $(cl_FIXED_TARFILE_LOCATION) \
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-debug.patch && \
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-narrowing-conversions.patch && \
$(GNUPATCH) -p0 < $(SRCDIR)/clucene/patches/clucene-multimap-put.patch && \
- #clucene-multimap-put.patch was proposed upstream
- #see http://sourceforge.net/mailarchive/message.php?msg_id=29143260
for i in `find $(CLSO)/ -name "*.cpp"`; do mv $$i $${i%%cpp}cxx; done)
#FIXME ?, our rules expect .cxx
ifneq ($(OS),WNT)