freebsd-ports/deskutils/doodle/files/patch-src_doodle_semaphore.c
Jean-Yves Lefort 89e567e0eb Add doodle.
Doodle is a tool to quickly search the documents on a computer. Doodle
builds an index using meta-data contained in the documents and allows
fast searches on the resulting database. Doodle uses libextractor to
support obtaining meta-data from various file-formats. The database
used by doodle is a suffix tree, resulting in fast lookups. Doodle
supports approximate searches.

WWW: http://gnunet.org/doodle/

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>, myself
2005-06-26 15:17:56 +00:00

10 lines
250 B
C

--- src/doodle/semaphore.c.orig Sun Jun 26 15:20:32 2005
+++ src/doodle/semaphore.c Sun Jun 26 15:20:45 2005
@@ -36,7 +36,6 @@
#include <semaphore.h>
#endif
#if SOMEBSD
-# include <pthread_np.h>
#endif
#if SOMEBSD || OSX
# include <sys/file.h>