Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/smbnetfs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/smbnetfs/PKGBUILD')
-rw-r--r--extra/smbnetfs/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/smbnetfs/PKGBUILD b/extra/smbnetfs/PKGBUILD
new file mode 100644
index 00000000..75ed9722
--- /dev/null
+++ b/extra/smbnetfs/PKGBUILD
@@ -0,0 +1,10 @@
+# https://sourceforge.net/p/smbnetfs/git/ci/f0e109dcc9e14b914d8f5877b4482e79d24a0ad6/
+eval "$(
+ {
+ declare -f prepare || \
+ printf 'prepare() {\n}\n'
+ } \
+ | sed '
+ $i sed -i '"'"'\\,^#include <attr/xattr.h>$,d'"'"' "$srcdir"/$pkgname-$pkgver/src/function.c
+ '
+)"