Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/crypto++/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/crypto++/PKGBUILD')
-rw-r--r--community/crypto++/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/community/crypto++/PKGBUILD b/community/crypto++/PKGBUILD
deleted file mode 100644
index 23130381..00000000
--- a/community/crypto++/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# disable SSE2 on i686 and i486
-if [ "$CARCH" == 'i686' ] || [ "$CARCH" == 'i486' ]; then
- eval "$(
- declare -f build | \
- sed '
- s/export CXXFLAGS="\([^"]\+\)"/export CXXFLAGS="\1 -DCRYPTOPP_DISABLE_ASM=1"/g
- '
- )"
-fi