1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2021-01-01 23:03:53 +00:00
parent 2176db9e2d
commit 177f25e27d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559888

View File

@ -132,7 +132,7 @@ CONFIGURE_ARGS+=--disable-nls
libintl=
.endif
.if ${MASTERDIR} == ${.CURDIR} && ${ARCH} == "aarch64"
.if ${MASTERDIR} == ${.CURDIR} && (${ARCH} == "aarch64" || ${ARCH} == "riscv64")
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-no-sbrk
.endif