From 369f2528ee942e6c1ed3634d3fac02be370e052f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 18 Sep 2014 20:21:01 +0200 Subject: Openbsd: add initial support --- .../3rdparty/htdig/patches/patch-htsearch_Collection.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openbsd/14.0.0/3rdparty/htdig/patches/patch-htsearch_Collection.h (limited to 'openbsd/14.0.0/3rdparty/htdig/patches/patch-htsearch_Collection.h') diff --git a/openbsd/14.0.0/3rdparty/htdig/patches/patch-htsearch_Collection.h b/openbsd/14.0.0/3rdparty/htdig/patches/patch-htsearch_Collection.h new file mode 100644 index 000000000..d2b25ad32 --- /dev/null +++ b/openbsd/14.0.0/3rdparty/htdig/patches/patch-htsearch_Collection.h @@ -0,0 +1,14 @@ +--- htsearch/Collection.h.orig Fri May 28 06:15:24 2004 ++++ htsearch/Collection.h Mon Dec 18 00:17:56 2006 +@@ -36,9 +36,9 @@ + const char *docExcerpt); + ~Collection(); + +- void Collection::Open(); ++ void Open(); + +- void Collection::Close(); ++ void Close(); + + char *getWordFile() { return wordFile.get(); } + DocumentRef *getDocumentRef(int id); -- cgit v1.2.1