diff options
author | pi <pi@FreeBSD.org> | 2014-08-01 02:30:51 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-01 02:30:51 +0800 |
commit | 434606d7925c3690b1b64cc6d0949325306989ed (patch) | |
tree | e889a169c87dbe556efad837e64eac3f325e8852 /security/libgcrypt | |
parent | e21753896853525574b66a66fba8d91bbc3adc9d (diff) | |
download | freebsd-ports-gnome-434606d7925c3690b1b64cc6d0949325306989ed.tar.gz freebsd-ports-gnome-434606d7925c3690b1b64cc6d0949325306989ed.tar.zst freebsd-ports-gnome-434606d7925c3690b1b64cc6d0949325306989ed.zip |
security/libgcrypt: avoid non-portable use of assembler instruction on amd64
PR: 191256
Submitted by: arcade@b1t.name
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 2 |
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 |