summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/xfce4-diskperf-plugin/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/xfce4-diskperf-plugin/PKGBUILD b/extra/xfce4-diskperf-plugin/PKGBUILD
new file mode 100644
index 00000000..f42f1cb5
--- /dev/null
+++ b/extra/xfce4-diskperf-plugin/PKGBUILD
@@ -0,0 +1,5 @@
+# see https://bugs.archlinux.org/task/60632
+prepare() {
+ cd $pkgname-$pkgver
+ sed -i '/#include <sys\/types.h>/ a #include <sys\/sysmacros.h>/' panel-plugin/devperf.c
+}