summaryrefslogtreecommitdiff
path: root/community/botan/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/botan/PKGBUILD')
-rw-r--r--community/botan/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD
index ef400383..937eee9b 100644
--- a/community/botan/PKGBUILD
+++ b/community/botan/PKGBUILD
@@ -1 +1,6 @@
-eval "$(declare -f build | sed "s|python.*;|\0\n sed -i 's@-O3@-O2@g' Makefile;|")"
+eval "$(
+ declare -f build | \
+ sed '
+ s,/configure\.py ,\0--cpu=i686 ,
+ '
+)"