aports/main/gettext/fix-abi.patch
Timo Teräs 279436c410 main/gettext: fix build
- remove some optional dependencies (glib, libcroco) that would
  introduce cyclic dependencies
- remove unneeded patch that break things
- add patch to maintain abi now that build is done right
  fix-abi can be removed when all reverse dependencies have been
  rebuilt and have no libintl_*printf* symbols in them
2016-03-26 10:09:52 +00:00

12 lines
241 B
Diff

--- 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>