From 6cd62d0b222fd933f23cbd901d9b66a2882182e2 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Thu, 31 Jul 2014 18:30:51 +0000 Subject: security/libgcrypt: avoid non-portable use of assembler instruction on amd64 PR: 191256 Submitted by: arcade@b1t.name --- security/libgcrypt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'security') 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 -- cgit v1.2.3