freebsd-ports/textproc/clucene-contrib/files/patch-src_CLucene_analysis_Makefile.am
Josh Paetzel be5629e921 CLucene is a C++ port of Lucene: the high-performance,
full-featured text search engine written in Java.
CLucene is faster than lucene as it is written in C++.

WWW:	http://sourceforge.net/projects/clucene/

PR:		ports/151951
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-11-05 15:49:20 +00:00

10 lines
416 B
Text

--- src/CLucene/analysis/Makefile.am Sat Feb 10 13:56:34 2007
+++ src/CLucene/analysis/Makefile.am.orig Tue Dec 5 09:55:45 2006
@@ -2,6 +2,7 @@
analysisdir = $(lsrcdir)/analysis
analysishdir = $(includedir)/CLucene/analysis
+libclucene_contrib_la_SOURCES += $(analysisdir)/LanguageBasedAnalyzer.cpp
libclucene_contrib_la_SOURCES += $(analysisdir)/PorterStemmer.cpp
analysish_HEADERS = $(analysisdir)/*.h