aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/htdig
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-12-18 16:23:00 +0800
committerdougb <dougb@FreeBSD.org>2006-12-18 16:23:00 +0800
commit88cf417eb1338b8a728c05210d5e3c376b6d0503 (patch)
treeb981fd39b2f92236f57cd23bb12a00525e92ee49 /textproc/htdig
parentc48bafa47e4d4561e65f7e1be48c60d83b578e59 (diff)
downloadfreebsd-ports-graphics-88cf417eb1338b8a728c05210d5e3c376b6d0503.tar.gz
freebsd-ports-graphics-88cf417eb1338b8a728c05210d5e3c376b6d0503.tar.zst
freebsd-ports-graphics-88cf417eb1338b8a728c05210d5e3c376b6d0503.zip
Fix build with gcc 4.1
Diffstat (limited to 'textproc/htdig')
-rw-r--r--textproc/htdig/files/patch-htsearch_Collection.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/htdig/files/patch-htsearch_Collection.h b/textproc/htdig/files/patch-htsearch_Collection.h
new file mode 100644
index 00000000000..d2b25ad3289
--- /dev/null
+++ b/textproc/htdig/files/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);