From ab7da173d36033d6b5251d5bdbd62b4ccc2b477d Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Mon, 11 Sep 2017 15:42:21 +0200 Subject: community/arrayfire: add -m32 --- community/arrayfire/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/arrayfire/PKGBUILD (limited to 'community') 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" + } + ' +)" -- cgit v1.2.3