diff options
Diffstat (limited to 'main/gettext/fix-abi.patch')
-rw-r--r-- | main/gettext/fix-abi.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/gettext/fix-abi.patch b/main/gettext/fix-abi.patch deleted file mode 100644 index 76a9beae0a..0000000000 --- a/main/gettext/fix-abi.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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> |