- Patch only applies to aarch64. Remove armv6 check.
Reported by: jbeich MFH: 2017Q1 (blanket)
This commit is contained in:
parent
c644e2615b
commit
72ec346ff3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435736
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user