svn commit: r474125 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Sat Jul 7 19:21:00 UTC 2018


Author: mandree
Date: Sat Jul  7 19:20:59 2018
New Revision: 474125
URL: https://svnweb.freebsd.org/changeset/ports/474125

Log:
  Apply no-sbrk() patch only to master port.

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Sat Jul  7 19:20:03 2018	(r474124)
+++ head/sysutils/e2fsprogs/Makefile	Sat Jul  7 19:20:59 2018	(r474125)
@@ -112,7 +112,7 @@ CONFIGURE_ARGS+=--disable-nls
 libintl=
 .endif
 
-.if ${ARCH} == "aarch64"
+.if !defined(MASTERDIR) && ${ARCH} == "aarch64"
 EXTRA_PATCHES+=	${FILESDIR}/extrapatch-no-sbrk
 .endif
 


More information about the svn-ports-head mailing list