From 04e185354e6524b9847cf3412575fb8e61cafd6d Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 17:59:58 +0100 Subject: [PATCH] openlierox: fix build on ppc*-musl --- srcpkgs/openlierox/patches/ppc-musl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/openlierox/patches/ppc-musl.patch diff --git a/srcpkgs/openlierox/patches/ppc-musl.patch b/srcpkgs/openlierox/patches/ppc-musl.patch new file mode 100644 index 00000000000..4322767cb4a --- /dev/null +++ b/srcpkgs/openlierox/patches/ppc-musl.patch @@ -0,0 +1,12 @@ +--- src/client/CrashHandler.cpp ++++ src/client/CrashHandler.cpp +@@ -23,6 +23,9 @@ + + #include "../breakpad/BreakPad.h" + ++#if defined(__linux__) && defined(__powerpc__) ++#include ++#endif + + #ifdef NBREAKPAD +