diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-03-26 10:09:52 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-03-26 10:09:52 +0000 |
commit | 279436c41016beb7c2a4086f601dc67a3d9b886c (patch) | |
tree | cc0c143d360c8b62d49380bff2cabe63fbd020ee /main/gettext/fix-abi.patch | |
parent | a79ddf4ab189a84241a12ba39931b32ab92ae553 (diff) | |
download | aports-279436c41016beb7c2a4086f601dc67a3d9b886c.tar.bz2 aports-279436c41016beb7c2a4086f601dc67a3d9b886c.tar.xz |
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
Diffstat (limited to 'main/gettext/fix-abi.patch')
-rw-r--r-- | main/gettext/fix-abi.patch | 11 |
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> |