svn commit: r359408 - head/archivers/arj

Matthias Andree mandree at FreeBSD.org
Thu Jun 26 18:18:59 UTC 2014


Author: mandree
Date: Thu Jun 26 18:18:58 2014
New Revision: 359408
URL: http://svnweb.freebsd.org/changeset/ports/359408
QAT: https://qat.redports.org/buildarchive/r359408/

Log:
  Mark MAKE_JOBS_UNSAFE to fix the build.
  Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz

Modified:
  head/archivers/arj/Makefile

Modified: head/archivers/arj/Makefile
==============================================================================
--- head/archivers/arj/Makefile	Thu Jun 26 18:08:02 2014	(r359407)
+++ head/archivers/arj/Makefile	Thu Jun 26 18:18:58 2014	(r359408)
@@ -21,6 +21,7 @@ MAKEFILE=	GNUmakefile
 MAKE_ARGS=	LOCALE="${LANGUAGE}"
 ALL_TARGET=	prepare all
 STRIP=		# empty
+MAKE_JOBS_UNSAFE=	yes
 
 CFLAGS+=	-fPIC
 LANGUAGE?=	en


More information about the svn-ports-head mailing list