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 +