diff options
author | seb <seb> | 2003-09-30 21:50:55 +0000 |
---|---|---|
committer | seb <seb> | 2003-09-30 21:50:55 +0000 |
commit | 99734dd34caf24c7e51c98a497adada1464a9296 (patch) | |
tree | a7d1bdb0e8a21d7581aec010370776e2d7ac64aa /textproc | |
parent | acfdf179a40546a0bf97e5fa4b5010daa33a5396 (diff) | |
download | pkgsrc-99734dd34caf24c7e51c98a497adada1464a9296.tar.gz |
Fix build with GCC 3.3.1: fix multiline string constant.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-server/distinfo | 3 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-al | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/dict-server/distinfo b/textproc/dict-server/distinfo index d9d38a86f5a..03eaefb5556 100644 --- a/textproc/dict-server/distinfo +++ b/textproc/dict-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/12/27 02:40:19 uebayasi Exp $ +$NetBSD: distinfo,v 1.9 2003/09/30 21:50:55 seb Exp $ SHA1 (dictd-1.8.0.tar.gz) = c8318ae83a540d336405db126ff04bfc60b60ffc Size (dictd-1.8.0.tar.gz) = 574796 bytes @@ -21,3 +21,4 @@ SHA1 (patch-ah) = d3453553e15858054bce4943a0316d485938806a SHA1 (patch-ai) = 21b2c9ace814e005139c64c4b6890e8b7e249f29 SHA1 (patch-aj) = 76527be1d4ff89aeec72606d9575a99e6a8e2d3b SHA1 (patch-ak) = 4167c9007ed7b31ff9a29b368d82154bc95893cf +SHA1 (patch-al) = d2dbe247c7b3a8c574e1ff4f4e127abe1722ca47 diff --git a/textproc/dict-server/patches/patch-al b/textproc/dict-server/patches/patch-al new file mode 100644 index 00000000000..9a7be3a70ab --- /dev/null +++ b/textproc/dict-server/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.3 2003/09/30 21:50:55 seb Exp $ + +--- dictfmt.c.orig 2002-08-23 17:33:10.000000000 +0000 ++++ dictfmt.c +@@ -369,7 +369,7 @@ static void help( FILE *out_stream ) + several words to have the same definition\n\ + Example: autumn%%%fall can be used\n\ + if '--headword-separator %%%' is supplied", +-"--without-headword with this parameter supplied ++"--without-headword with this parameter supplied\n\ + head words will not be copied to .dict file", + 0 }; + const char **p = help_msg; |