diff options
author | mandree <mandree@FreeBSD.org> | 2014-06-27 02:18:58 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-06-27 02:18:58 +0800 |
commit | 37d70c038e60d63e6305b5800293516fe3612628 (patch) | |
tree | de6a492bf7e4683e260b91c6fcfa9c1ce03e7e61 /archivers/arj | |
parent | 66af698347e3ca0a9af686a3eda8d74fb8c72aee (diff) | |
download | freebsd-ports-gnome-37d70c038e60d63e6305b5800293516fe3612628.tar.gz freebsd-ports-gnome-37d70c038e60d63e6305b5800293516fe3612628.tar.zst freebsd-ports-gnome-37d70c038e60d63e6305b5800293516fe3612628.zip |
Mark MAKE_JOBS_UNSAFE to fix the build.
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
Diffstat (limited to 'archivers/arj')
-rw-r--r-- | archivers/arj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |