mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
sbcl: add missing patch
This commit is contained in:
parent
911b71c8c7
commit
9f888a9161
1 changed files with 10 additions and 0 deletions
10
srcpkgs/sbcl/patches/ppc-musl.patch
Normal file
10
srcpkgs/sbcl/patches/ppc-musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/runtime/ppc-linux-os.c
|
||||
+++ src/runtime/ppc-linux-os.c
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/prctl.h>
|
||||
+#include <asm/ptrace.h>
|
||||
|
||||
#include "validate.h"
|
||||
#include "ppc-linux-mcontext.h"
|
Loading…
Add table
Reference in a new issue