aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/fix-abi.patch
blob: 76a9beae0a833ce76408c347ea8ee8a02f1e98a3 (plain)
1
2
3
4
5
6
7
8
9
10
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>