mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-27 04:12:29 +01:00
- 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
12 lines
241 B
Diff
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>
|