aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-09-04 17:28:34 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-09-04 17:28:34 +0000
commit2fa1508f9894d45b8fe9c799aeea18275cd86f2b (patch)
tree2fc6e9cdee157301f4f0dd97db47e174c9da4a01 /security/libgcrypt/Makefile
parent6a694f554043fe6e628e197e11171ec4964c49ab (diff)
downloadports-2fa1508f9894d45b8fe9c799aeea18275cd86f2b.tar.gz
ports-2fa1508f9894d45b8fe9c799aeea18275cd86f2b.zip
security/libgcrypt: fix build with GCC on 8.x/amd64, 2nd attempt
Thanks to tijl@ for spotting the Makefile bug. PR: 192555 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=367293
Diffstat (limited to 'security/libgcrypt/Makefile')
-rw-r--r--security/libgcrypt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 81bfbf4bd656..f3bcb1a35257 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libgcrypt
PORTVERSION= 1.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,6 +19,7 @@ RUN_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
USES= libtool makeinfo tar:bzip2
USE_CSTD= gnu89
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-drng-support
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
INSTALL_TARGET= install-strip
@@ -41,8 +42,6 @@ CONFIGURE_ARGS+= --disable-asm
CONFIGURE_ARGS+= --disable-aesni-support
.endif
-CONFIGURE_ARGS+= --disable-drng-support
-
.endif
post-patch: