svn commit: r435737 - branches/2017Q1/security/libgcrypt
Carlos J. Puga Medina
cpm at FreeBSD.org
Thu Mar 9 00:20:46 UTC 2017
Author: cpm
Date: Thu Mar 9 00:20:45 2017
New Revision: 435737
URL: https://svnweb.freebsd.org/changeset/ports/435737
Log:
MFH: r435736
- Patch only applies to aarch64. Remove armv6 check.
Reported by: jbeich
Approved by: ports-secteam (blanket)
Modified:
branches/2017Q1/security/libgcrypt/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/security/libgcrypt/Makefile
==============================================================================
--- branches/2017Q1/security/libgcrypt/Makefile Thu Mar 9 00:15:56 2017 (r435736)
+++ branches/2017Q1/security/libgcrypt/Makefile Thu Mar 9 00:20:45 2017 (r435737)
@@ -33,7 +33,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${ARCH} == "armv6" || ${ARCH} == "aarch64"
+.if ${ARCH} == "aarch64"
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-aarch64
.endif
More information about the svn-ports-branches
mailing list