From a8dbf2fe14bd97182de6189a552610fe6708f08e Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 1 Dec 2007 16:42:26 +0000 Subject: Fixed build with g++4. --- textproc/isearch/patches/patch-ad | 12 ++++++++++++ textproc/isearch/patches/patch-ae | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 textproc/isearch/patches/patch-ad create mode 100644 textproc/isearch/patches/patch-ae (limited to 'textproc/isearch/patches') 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); -- cgit v1.2.3