summaryrefslogtreecommitdiff
path: root/converters/libwpd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/libwpd/patches/patch-aa')
-rw-r--r--converters/libwpd/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/converters/libwpd/patches/patch-aa b/converters/libwpd/patches/patch-aa
deleted file mode 100644
index a249e61c1a4..00000000000
--- a/converters/libwpd/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/03/18 20:41:50 rillig Exp $
-
-NetBSD 3.0 is missing the extern "C" around the definition of
-vsnprintf() in <stdio.h>. In NetBSD 4.99.4, it is fixed.
-
---- src/lib/WPXString.cpp.orig 2007-03-04 10:44:21.000000000 +0100
-+++ src/lib/WPXString.cpp 2007-03-18 21:29:54.000000000 +0100
-@@ -24,6 +24,12 @@
- * Corel Corporation or Corel Corporation Limited."
- */
-
-+#if defined(__NetBSD__)
-+extern "C" {
-+#include <stdio.h>
-+}
-+#endif
-+
- #include "WPXString.h"
- #include "libwpd_internal.h"
-