diff options
author | rillig <rillig> | 2007-12-01 16:42:26 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-01 16:42:26 +0000 |
commit | 59fbbbca72641e57746bc4a6e6e466d66b913162 (patch) | |
tree | 856f8ad2f2249a32d452f0f66103d399bc6db90f /textproc | |
parent | 6a8aef7402d4b57b25092118b3eaf2c9a2240fcb (diff) | |
download | pkgsrc-59fbbbca72641e57746bc4a6e6e466d66b913162.tar.gz |
Fixed build with g++4.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/distinfo | 4 | ||||
-rw-r--r-- | textproc/isearch/patches/patch-ad | 12 | ||||
-rw-r--r-- | textproc/isearch/patches/patch-ae | 13 |
3 files changed, 28 insertions, 1 deletions
diff --git a/textproc/isearch/distinfo b/textproc/isearch/distinfo index 55516ff92b6..9ca61e138b3 100644 --- a/textproc/isearch/distinfo +++ b/textproc/isearch/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 14:48:42 agc Exp $ +$NetBSD: distinfo,v 1.6 2007/12/01 16:42:26 rillig Exp $ SHA1 (Isearch-1.47.01.tar.gz) = 86761d6055fdd7b954b7ac9d9fd3d0084d758e3f RMD160 (Isearch-1.47.01.tar.gz) = 2e7f4c21d8a2d3cb194823a881ee7315f88de66c @@ -6,3 +6,5 @@ Size (Isearch-1.47.01.tar.gz) = 484760 bytes SHA1 (patch-aa) = 5c8291a92f84cc47131e45586879cf986e6a5c4d SHA1 (patch-ab) = 1bdf80b2a355ac17ff090c7ae25d231bea5ab017 SHA1 (patch-ac) = 232ef20b661a9e5fd32814da256a59c7146b7b69 +SHA1 (patch-ad) = 7f53e7dfb6c5e37d2c4f6cb12e087c678d07df25 +SHA1 (patch-ae) = 26baf8bfba2bfce36db6be8b3a36829f54d17381 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); |