freebsd-ports/deskutils/doodle/files/patch-src_doodle_getopt.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
326 B
C

--- src/doodle/getopt.c.orig Sun Jun 26 15:11:31 2005
+++ src/doodle/getopt.c Sun Jun 26 15:12:05 2005
@@ -84,6 +84,7 @@
#endif
#include "gettext.h"
+#include "helper1.h"
/* This version of `getopt' appears to the caller like standard Unix `getopt'
but it behaves differently for the user, since it allows the user