diff --git a/srcpkgs/strace/patches/ppc-musl.patch b/srcpkgs/strace/patches/ppc-musl.patch deleted file mode 100644 index 511153f9293..00000000000 --- a/srcpkgs/strace/patches/ppc-musl.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- regs.h -+++ regs.h -@@ -8,7 +8,13 @@ - #ifndef STRACE_REGS_H - # define STRACE_REGS_H - -+#if !defined(__GLIBC__) && defined(__powerpc__) -+# define pt_regs musl_pt_regs - # include -+# undef pt_regs -+#else -+# include -+#endif - # include "arch_regs.h" - - #endif /* !STRACE_REGS_H */