Date: Thu, 31 Jul 2014 18:30:51 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363648 - head/security/libgcrypt Message-ID: <201407311830.s6VIUp3i038300@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jul 31 18:30:51 2014 New Revision: 363648 URL: http://svnweb.freebsd.org/changeset/ports/363648 QAT: https://qat.redports.org/buildarchive/r363648/ Log: security/libgcrypt: avoid non-portable use of assembler instruction on amd64 PR: 191256 Submitted by: arcade@b1t.name Modified: head/security/libgcrypt/Makefile Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Thu Jul 31 18:08:53 2014 (r363647) +++ head/security/libgcrypt/Makefile Thu Jul 31 18:30:51 2014 (r363648) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311830.s6VIUp3i038300>