diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-24 01:54:23 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-24 01:54:23 +0000 |
commit | 3626473e5f920ad706ed89692afc083b2ab23b3d (patch) | |
tree | 21d5cc1e862122c2233cafdba09b6d4c44dc8786 /mail/neomutt | |
parent | 824a2700c2f493993856cf4dba677bfe30810f5d (diff) | |
download | freebsd-ports-3626473e5f920ad706ed89692afc083b2ab23b3d.zip |
mail/neomutt: add MAKE_JOBS_UNSAFE=yes
I had race condition during build of this port on powerpc64 elfv2 with 18 cores (72 threads).
--- conn/getdomain.o ---
cc -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/local/include -DNCURSES_WIDECHAR -I/usr/include -I/usr/include -I. -I. -Wall -I./test -MT conn/getdomain.o -MD -MP -MF getdomain.Tpo -c -o conn/getdomain.o conn/getdomain.c
--- complete.o ---
mv: complete.Tpo: No such file or directory
PR: 242436
Approved by: bapt (maintainer timeout)
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 6ae1cbb4c045..543101f565ac 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -17,6 +17,7 @@ USES= iconv:translit localbase perl5 shebangfix ssl USE_GITHUB= yes USE_PERL5= build +MAKE_JOBS_UNSAFE= yes HAS_CONFIGURE= yes |