summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-09-11 16:36:44 +0200
committerGitHub <noreply@github.com>2017-09-11 16:36:44 +0200
commit86f6187797a1070075875a918d2af045ffa6e12a (patch)
treeab6b6115717baf596263994ba08f46efa2a4f0e0
parenta1b701ff44cfdc1e7fb2892a58d08d79ab805b53 (diff)
parentab7da173d36033d6b5251d5bdbd62b4ccc2b477d (diff)
downloadpackages-86f6187797a1070075875a918d2af045ffa6e12a.tar.xz
Merge pull request #5 from mstraube/arrayfire
community/arrayfire: add -m32
-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"
+ }
+ '
+)"