From 55d4f01e93d8320a73511896b3c8d895c363318d Mon Sep 17 00:00:00 2001 From: seb Date: Tue, 30 Sep 2003 21:50:55 +0000 Subject: Fix build with GCC 3.3.1: fix multiline string constant. --- textproc/dict-server/distinfo | 3 ++- textproc/dict-server/patches/patch-al | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 textproc/dict-server/patches/patch-al (limited to 'textproc/dict-server') 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; -- cgit v1.2.3