summaryrefslogtreecommitdiff
path: root/dev-libs/Ice/files/Ice-3.7.8-fix-musl-build.patch
blob: 76fa6c5cb641c59e9553c016b05fe754ae8b0a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/void-linux/void-packages/blob/master/srcpkgs/Ice/patches/fix-musl.patch

--- a/cpp/src/IceUtil/UtilException.cpp
+++ b/cpp/src/IceUtil/UtilException.cpp
@@ -43,7 +43,7 @@
 #       endif
 #   endif
 
-#   if !defined(_AIX) && !defined(__sun) && !defined(__FreeBSD__) && !defined(__MINGW32__) && !defined(ICE_STATIC_LIBS)
+#   if !defined(_AIX) && !defined(__sun) && !defined(__FreeBSD__) && !defined(__MINGW32__) && !defined(ICE_STATIC_LIBS) && defined(__GLIBC__)
 #       include <execinfo.h>
 #       include <cxxabi.h>
 #       include <stdint.h>