mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
openlierox: fix build on ppc*-musl
This commit is contained in:
parent
60f73f030e
commit
04e185354e
1 changed files with 12 additions and 0 deletions
12
srcpkgs/openlierox/patches/ppc-musl.patch
Normal file
12
srcpkgs/openlierox/patches/ppc-musl.patch
Normal file
|
@ -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 <asm/ptrace.h>
|
||||
+#endif
|
||||
|
||||
#ifdef NBREAKPAD
|
||||
|
Loading…
Add table
Reference in a new issue