summaryrefslogtreecommitdiff
path: root/clucene
diff options
context:
space:
mode:
authorCatalin Iacob <iacobcatalin@gmail.com>2012-04-24 23:22:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-25 10:07:01 +0200
commit728351a1bb286e9e7c9f1c9a5e4e032fe13ba408 (patch)
treef25e24c1e9254d5029f46dbc375764df8dc462bd /clucene
parent08a38341e0a800cfb643591130afd8984d03fe22 (diff)
Mention that the CLucene patch was also sent upstream
Diffstat (limited to 'clucene')
-rw-r--r--clucene/CustomTarget_source.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/clucene/CustomTarget_source.mk b/clucene/CustomTarget_source.mk
index 55e5d2404531..bf97af24a974 100644
--- a/clucene/CustomTarget_source.mk
+++ b/clucene/CustomTarget_source.mk
@@ -67,6 +67,8 @@ $(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)