aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/fix-abi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gettext/fix-abi.patch')
-rw-r--r--main/gettext/fix-abi.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gettext/fix-abi.patch b/main/gettext/fix-abi.patch
new file mode 100644
index 0000000000..76a9beae0a
--- /dev/null
+++ b/main/gettext/fix-abi.patch
@@ -0,0 +1,11 @@
+--- gettext-0.19.7.orig/gettext-runtime/intl/printf.c
++++ gettext-0.19.7/gettext-runtime/intl/printf.c
+@@ -44,7 +44,7 @@
+
+ #include <stdio.h>
+
+-#if !HAVE_POSIX_PRINTF
++#if 1 || !HAVE_POSIX_PRINTF
+
+ #include <errno.h>
+ #include <limits.h>