From 76d1e34d6b6fc063e4613be9a59fca7640315399 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sun, 28 Jun 2020 00:24:07 +0000 Subject: [PATCH] reptyr: remove musl.patch. The patch is no longer necessary and also breaks the build on glibc. --- srcpkgs/reptyr/patches/musl.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 srcpkgs/reptyr/patches/musl.patch diff --git a/srcpkgs/reptyr/patches/musl.patch b/srcpkgs/reptyr/patches/musl.patch deleted file mode 100644 index 02d1a0b71a6..00000000000 --- a/srcpkgs/reptyr/patches/musl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ptrace.h 2020-01-02 17:05:32.920795583 +0100 -+++ ptrace.h 2020-01-02 17:05:46.203324659 +0100 -@@ -22,6 +22,9 @@ - #ifndef PTRACE_H - #define PTRACE_H - -+#ifdef __linux__ -+#include -+#endif - #include - #include - #include