openbsd-ports/x11/pinot/patches/patch-configure
ajacoutot a2aa25b798 Import pinot-0.94 (hiiips!)
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.
2009-08-17 14:34:07 +00:00

13 lines
579 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2009/08/17 14:34:07 ajacoutot Exp $
--- configure.orig Thu Jul 30 16:19:50 2009
+++ configure Thu Jul 30 16:20:42 2009
@@ -21254,7 +21254,7 @@ pthreadlib=""
{ $as_echo "$as_me:$LINENO: checking if pthreads is available" >&5
$as_echo_n "checking if pthreads is available... " >&6; }
ORIG_LIBS="$LIBS"
-for candidatelib in '' '-pthread' '-lc_r' '-lthr' '-lpthread'; do
+for candidatelib in '' '-pthread' '-lc_r' '-lthr'; do
if test -z "$use_posix_mutex" ; then
LIBS="$candidatelib $ORIG_LIBS"
cat >conftest.$ac_ext <<_ACEOF