summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/crypto++/crypto++-5.6.1.ebuild')
-rw-r--r--dev-libs/crypto++/crypto++-5.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/crypto++/crypto++-5.6.1.ebuild b/dev-libs/crypto++/crypto++-5.6.1.ebuild
index 6ab0522..8614318 100644
--- a/dev-libs/crypto++/crypto++-5.6.1.ebuild
+++ b/dev-libs/crypto++/crypto++-5.6.1.ebuild
@@ -29,7 +29,7 @@ src_compile() {
# Higher optimizations cause problems.
replace-flags -O? -O1
filter-flags -fomit-frame-pointer
- use amd64 && append-flags -DCRYPTOPP_DISABLE_ASM
+ #use amd64 && append-flags -DCRYPTOPP_DISABLE_ASM
emake -f GNUmakefile CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" \
LIBDIR="$(get_libdir)" || die "emake failed"