From 26342cd267cb25c5e603ce44da35d2044d53e3e2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 26 Jun 2014 18:18:58 +0000 Subject: [PATCH] Mark MAKE_JOBS_UNSAFE to fix the build. Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz --- archivers/arj/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index fd9781d1ab64..d37443b14c6a 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -21,6 +21,7 @@ MAKEFILE= GNUmakefile MAKE_ARGS= LOCALE="${LANGUAGE}" ALL_TARGET= prepare all STRIP= # empty +MAKE_JOBS_UNSAFE= yes CFLAGS+= -fPIC LANGUAGE?= en