aboutsummaryrefslogtreecommitdiff
path: root/textproc/htdig
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-12-18 08:23:00 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-12-18 08:23:00 +0000
commit203f44e10c4266661002cd402c48eca2eeaa5cd3 (patch)
tree1ec5aad9cfc5bb353fccc9964519d83db352b45e /textproc/htdig
parent3eea5e26ee52740f36d6eb465b406ddedfc11e8c (diff)
downloadports-203f44e10c4266661002cd402c48eca2eeaa5cd3.tar.gz
ports-203f44e10c4266661002cd402c48eca2eeaa5cd3.zip
Fix build with gcc 4.1
Notes
Notes: svn path=/head/; revision=180060
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 000000000000..d2b25ad32897
--- /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);