summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2018-07-07 19:20:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2018-07-07 19:20:59 +0000
commit0491fdc713e69c52be8c9ac7e457fc4c3a17036c (patch)
treed9a39b97b29ce69990f11587205c71a34f408195
parent- Add LICENSE_FILE (diff)
Apply no-sbrk() patch only to master port.
Notes
Notes: svn path=/head/; revision=474125
-rw-r--r--sysutils/e2fsprogs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile
index b8e17435e0c9..8c46dc1b4e93 100644
--- a/sysutils/e2fsprogs/Makefile
+++ b/sysutils/e2fsprogs/Makefile
@@ -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