summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2011-07-15 20:58:56 +0000
committerdrochner <drochner>2011-07-15 20:58:56 +0000
commit93079acff703e5a3cfe7b6e9315af11da52cb47a (patch)
treed80cd5a665ecf7f72bf32e48c9ff726e661122ce
parent753280ac621b2f3c095d7a531200ae147557aa93 (diff)
downloadpkgsrc-93079acff703e5a3cfe7b6e9315af11da52cb47a.tar.gz
disable AESNI support for now, until we have a method to tell whether
the assembler supports the needed SSE commands, to allow building on NetBSD-5, in response to a report by Marc Baudoin to pkgsrc-users
-rw-r--r--security/libgcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 5143682444a..651a8d78ee0 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2011/07/13 21:21:52 adam Exp $
+# $NetBSD: Makefile,v 1.52 2011/07/15 20:58:56 drochner Exp $
DISTNAME= libgcrypt-1.5.0
CATEGORIES= security
@@ -33,6 +33,7 @@ INFO_FILES= yes # PLIST
empty(MACHINE_PLATFORM:M*-*-hppa)
CONFIGURE_ARGS+= --disable-asm
.endif
+CONFIGURE_ARGS+= --disable-aesni-support
.include "options.mk"