summaryrefslogtreecommitdiff
path: root/clucene
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-25 10:47:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-25 10:47:16 +0200
commit2593b6292bc3890ee68ab53aa7604405e49432ea (patch)
treefd16774de409468cc879c8403939e933e62499e7 /clucene
parent728351a1bb286e9e7c9f1c9a5e4e032fe13ba408 (diff)
Fixed placement of comment
Diffstat (limited to 'clucene')
-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)