summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/aspell/patches/patch-ae')
-rw-r--r--textproc/aspell/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/aspell/patches/patch-ae b/textproc/aspell/patches/patch-ae
new file mode 100644
index 00000000000..45e95f86f8f
--- /dev/null
+++ b/textproc/aspell/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.5 2006/10/01 08:52:01 schwarz Exp $
+
+--- common/posib_err.cpp.orig 2006-09-17 19:21:18.000000000 +0200
++++ common/posib_err.cpp 2006-09-17 19:23:21.000000000 +0200
+@@ -14,6 +14,9 @@
+
+ #include "gettext.h"
+
++#ifdef DECLARE_SNPRINTF
++int snprintf(char *str, size_t size, const char *format, ...);
++#endif
+
+ namespace acommon {
+