gentoo-ebuilds/dev-embedded/sdcc/files/sdcc-4.3.0-fix-mkdir-autoconf-test.patch
Viorel Munteanu 01d66eb467
dev-embedded/sdcc: fix Makefile and QA issues
Closes: https://bugs.gentoo.org/917114
Closes: https://bugs.gentoo.org/898594
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-11-14 21:14:26 +02:00

13 lines
395 B
Diff

Fix implicit function declaration in configure logs: mkdir
https://bugs.gentoo.org/898594
--- a/support/cpp/configure.ac
+++ b/support/cpp/configure.ac
@@ -2317,6 +2317,7 @@
################################################################################
# mkdir takes a single argument on some systems.
+AC_CHECK_HEADERS([sys/stat.h])
gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG
# File extensions