index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Michael Straube <straubem@gmx.de> | 2017-09-11 15:42:21 +0200 |
---|---|---|
committer | Michael Straube <straubem@gmx.de> | 2017-09-11 15:42:21 +0200 |
commit | ab7da173d36033d6b5251d5bdbd62b4ccc2b477d (patch) | |
tree | 537c3ea98626f09a5e734f659da334279564a539 | |
parent | 662cc8b70d1f03fb45308269cb519fdeb20becd6 (diff) |
-rw-r--r-- | community/arrayfire/PKGBUILD | 10 |
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" + } + ' +)" |