summaryrefslogtreecommitdiff
path: root/extra/xfce4-diskperf-plugin/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-29 18:14:19 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-29 18:14:19 +0100
commitd0a0b0a7564da67005570735027ab94b4283188e (patch)
treeff9e0d31d23deefc2e2d114fa344c308258af8c6 /extra/xfce4-diskperf-plugin/PKGBUILD
parent03f8786bc6ea253ed08726b5be3cfcd6a66cca30 (diff)
downloadpackages-d0a0b0a7564da67005570735027ab94b4283188e.tar.xz
extra/xfce4-diskperf-plugin: hotfix for FS#60632
Diffstat (limited to 'extra/xfce4-diskperf-plugin/PKGBUILD')
-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
+}