summaryrefslogtreecommitdiff
path: root/textproc/isearch/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-01 16:42:26 +0000
committerrillig <rillig>2007-12-01 16:42:26 +0000
commit59fbbbca72641e57746bc4a6e6e466d66b913162 (patch)
tree856f8ad2f2249a32d452f0f66103d399bc6db90f /textproc/isearch/patches
parent6a8aef7402d4b57b25092118b3eaf2c9a2240fcb (diff)
downloadpkgsrc-59fbbbca72641e57746bc4a6e6e466d66b913162.tar.gz
Fixed build with g++4.
Diffstat (limited to 'textproc/isearch/patches')
-rw-r--r--textproc/isearch/patches/patch-ad12
-rw-r--r--textproc/isearch/patches/patch-ae13
2 files changed, 25 insertions, 0 deletions
diff --git a/textproc/isearch/patches/patch-ad b/textproc/isearch/patches/patch-ad
new file mode 100644
index 00000000000..ffd5e7ee379
--- /dev/null
+++ b/textproc/isearch/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2007/12/01 16:42:27 rillig Exp $
+
+--- src/mergeunit.hxx.orig 1998-05-12 16:49:13.000000000 +0000
++++ src/mergeunit.hxx 2007-12-01 16:40:09.000000000 +0000
+@@ -49,6 +49,7 @@ Author: Jim Fullton, MCNC/CNIDR
+
+ #include "defs.hxx"
+ #include "idbobj.hxx"
++#include "filemap.hxx"
+
+ #define LIM 10000
+
diff --git a/textproc/isearch/patches/patch-ae b/textproc/isearch/patches/patch-ae
new file mode 100644
index 00000000000..4bcab560668
--- /dev/null
+++ b/textproc/isearch/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/12/01 16:42:27 rillig Exp $
+
+--- src/opstack.hxx.orig 1996-12-21 00:41:10.000000000 +0000
++++ src/opstack.hxx 2007-12-01 16:38:59.000000000 +0000
+@@ -57,7 +57,7 @@ public:
+ OPSTACK& operator<<(OPOBJ* Op);
+ POPOBJ operator>>(POPOBJ& OpPtr);
+ PIRSET operator>>(PIRSET& OpPtr);
+- void OPSTACK::Reverse();
++ void Reverse();
+ ~OPSTACK();
+ private:
+ void Push(OPOBJ& Op);