Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2018 19:20:59 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474125 - head/sysutils/e2fsprogs
Message-ID:  <201807071920.w67JKxfs010544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807071920.w67JKxfs010544>