Add dev-libs/Ice patch to remove execinfo.h which is unapplicable on musl libc.

This commit is contained in:
inference 2022-11-23 23:16:03 +00:00
parent 30ccff4bb5
commit 9671cfb2ac

View File

@ -31,7 +31,6 @@
#if defined(__GNUC__) && !defined(__sun) && !defined(__FreeBSD__) && !defined(__MINGW32__) && \
!defined(ICE_STATIC_LIBS)
# include <execinfo.h>
# include <cxxabi.h>
# define ICE_GCC_STACK_TRACES
#endif