summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/arrayfire/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/arrayfire/PKGBUILD b/community/arrayfire/PKGBUILD
new file mode 100644
index 00000000..0e946418
--- /dev/null
+++ b/community/arrayfire/PKGBUILD
@@ -0,0 +1,10 @@
+eval "$(
+ declare -f build | \
+ sed '
+ /^{/{
+ a\
+ export CFLAGS+=" -m32" \
+ export CXXFLAGS+=" -m32"
+ }
+ '
+)"