svn commit: r559888 - head/sysutils/e2fsprogs

Mark Linimon linimon at FreeBSD.org
Fri Jan 1 23:03:54 UTC 2021


Author: linimon
Date: Fri Jan  1 23:03:53 2021
New Revision: 559888
URL: https://svnweb.freebsd.org/changeset/ports/559888

Log:
  Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Fri Jan  1 22:52:51 2021	(r559887)
+++ head/sysutils/e2fsprogs/Makefile	Fri Jan  1 23:03:53 2021	(r559888)
@@ -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
 


More information about the svn-ports-all mailing list