diff options
author | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
commit | e57912d09b4c14947ac1c072f6ab98bca6024692 (patch) | |
tree | 339d8134eee5e36e42d8a5d61ac6a16b67385a5a /textproc | |
parent | b9971fb7345bb65825da02960a595d5127c7b1e5 (diff) | |
download | pkgsrc-e57912d09b4c14947ac1c072f6ab98bca6024692.tar.gz |
Fix buildling for gcc4
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/aspell/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index fd6adf45301..d6c3a2c7d00 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.18 2006/01/06 14:51:19 wiz Exp $ +$NetBSD: distinfo,v 1.19 2006/06/14 19:21:54 adam Exp $ SHA1 (aspell-0.60.4.tar.gz) = 07353593eb89e64c49b1fd8dd405e3ee0ed86291 RMD160 (aspell-0.60.4.tar.gz) = e0408acd4f3304c957aeea0b17a28d0c44e11064 Size (aspell-0.60.4.tar.gz) = 1676825 bytes +SHA1 (patch-aa) = f68dd79ef2d3290b019d7588cadb4fdf53b3b988 SHA1 (patch-ac) = 4d20eebd29932f1ba970a9d85793fb8611d76ba8 SHA1 (patch-ag) = 04b34f2b780a632a5045120ae408ceea591a66de SHA1 (patch-ah) = b38fa850bb3ff3c62c020fb45ce388888f145286 diff --git a/textproc/aspell/patches/patch-aa b/textproc/aspell/patches/patch-aa new file mode 100644 index 00000000000..28cc13c21ef --- /dev/null +++ b/textproc/aspell/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.9 2006/06/14 19:21:54 adam Exp $ + +--- modules/filter/nroff.cpp.orig 2006-06-14 21:01:52.000000000 +0200 ++++ modules/filter/nroff.cpp +@@ -73,7 +73,7 @@ namespace { + return false; + } + +- bool NroffFilter::process_char (FilterChar::Chr c); ++ bool process_char (FilterChar::Chr c); + + public: + |