diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2016-07-20 17:44:10 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2016-07-20 17:44:10 +0000 |
commit | 5f960f0d47a7e00c2ab4b8507a3436efbedff691 (patch) | |
tree | cac500594068e6e07ba2b00b2a856e79f0390ff4 /sysutils/e2fsprogs | |
parent | ec72ee5b5e80f03e5a118294e554ec42706a765b (diff) | |
download | ports-5f960f0d47a7e00c2ab4b8507a3436efbedff691.tar.gz ports-5f960f0d47a7e00c2ab4b8507a3436efbedff691.zip |
Notes
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 9bc9d756f544..8e56993eacc9 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -135,11 +135,11 @@ post-patch:: .endif .endif +.if ${MASTERDIR} == ${.CURDIR} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 BROKEN=self-test failures on FreeBSD 11+ hint to data corruption issues. .endif -.if ${MASTERDIR} == ${.CURDIR} pre-build: # fix up Makefile ordering for parallel builds cd ${WRKSRC}/lib/et && ${DO_MAKE_BUILD} compile_et |