a2aa25b798
Pinot is a D-Bus service that crawls, indexes your documents and monitors them for changes, with a GTK-based user interface that enables to query the index built by the service or your favourite Web engine, and display and analyze the results. If you have the deskbar-applet package installed, you will be able to use the pinot-live.py or pinot-module.py plugins from the applet. Thanks to pinot developer Fabrice Colin for making me porting it and for his hints.
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
$OpenBSD: patch-IndexSearch_Xapian_Makefile_in,v 1.1.1.1 2009/08/17 14:34:07 ajacoutot Exp $
|
|
--- IndexSearch/Xapian/Makefile.in.orig Mon Aug 17 14:06:19 2009
|
|
+++ IndexSearch/Xapian/Makefile.in Mon Aug 17 14:06:32 2009
|
|
@@ -296,7 +296,7 @@ libxapianbackend_la_SOURCES = AbstractGenerator.cpp \
|
|
$(top_srcdir)/IndexSearch/xesam/XesamQLParser.cc \
|
|
$(top_srcdir)/IndexSearch/xesam/XesamQueryBuilder.cc \
|
|
$(am__append_1)
|
|
-libxapianbackend_la_LDFLAGS = -module -shared -nostartfiles
|
|
+libxapianbackend_la_LDFLAGS = -module -avoid-version -shared -nostartfiles
|
|
libxapianbackend_la_LIBADD = \
|
|
-L$(top_builddir)/Utils \
|
|
-lBasicUtils \
|