[Libreoffice-commits] .: clucene/CustomTarget_source.mk

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Apr 25 01:47:25 PDT 2012


 clucene/CustomTarget_source.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2593b6292bc3890ee68ab53aa7604405e49432ea
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Apr 25 10:47:16 2012 +0200

    Fixed placement of comment

diff --git a/clucene/CustomTarget_source.mk b/clucene/CustomTarget_source.mk
index bf97af2..7f8cc49 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)


More information about the Libreoffice-commits mailing list