aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfce4-power-manager/musl-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xfce4-power-manager/musl-fix.patch')
-rw-r--r--main/xfce4-power-manager/musl-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/xfce4-power-manager/musl-fix.patch b/main/xfce4-power-manager/musl-fix.patch
new file mode 100644
index 0000000000..edbf1449ee
--- /dev/null
+++ b/main/xfce4-power-manager/musl-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/src/xfpm-polkit.c b/src/xfpm-polkit.c
+index b63093a..0c36da2 100644
+--- a/src/xfpm-polkit.c
++++ b/src/xfpm-polkit.c
+@@ -32,7 +32,6 @@
+
+ #include <sys/types.h>
+ #include <sys/param.h>
+-#include <sys/sysctl.h>
+ #include <sys/user.h>
+
+ #if defined(__FreeBSD__)