aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-31 18:30:51 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-31 18:30:51 +0000
commit6cd62d0b222fd933f23cbd901d9b66a2882182e2 (patch)
treee889a169c87dbe556efad837e64eac3f325e8852 /security/libgcrypt
parentd47556dd7d80e7cb9f922f29bf7ba49400e22388 (diff)
downloadports-6cd62d0b222fd933f23cbd901d9b66a2882182e2.tar.gz
ports-6cd62d0b222fd933f23cbd901d9b66a2882182e2.zip
security/libgcrypt: avoid non-portable use of assembler instruction on amd64
PR: 191256 Submitted by: arcade@b1t.name
Notes
Notes: svn path=/head/; revision=363648
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index f679c934e81a..194d40a49632 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libgcrypt
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -45,6 +46,7 @@ CONFIGURE_ARGS+= --disable-aesni-support
.if (${OSVERSION} < 900000)
USE_GCC= yes
.endif
+CONFIGURE_ARGS+= --disable-drng-support
.endif