pkgsrc/textproc/aspell/patches/patch-ad
wiz c38e82c10b Update to 0.60.6:
Complete list of changes from 0.60.5:

  * Compile fixes for Gcc 4.3.

  * Updated to Libtool 2.2.2 and Automake 1.10.1

  * Minor tweak to suggestion code which improved suggestion results in
    certain cases.

  * Always line buffer stdout and stderr in the Aspell utility when
    there is the potential for it to be used interactively through a
    pipe.

  * Removed debug output in `aspell munch-list'.

  * Other minor updates and bug fixes.
2008-04-29 11:40:50 +00:00

15 lines
341 B
Text

$NetBSD: patch-ad,v 1.7 2008/04/29 11:40:50 wiz Exp $
--- common/convert.cpp.orig 2007-12-03 07:55:45.000000000 +0100
+++ common/convert.cpp
@@ -24,6 +24,10 @@
#include "gettext.h"
+#ifdef DECLARE_SNPRINTF
+int snprintf(char *str, size_t size, const char *format, ...);
+#endif
+
namespace acommon {
typedef unsigned char byte;