From 2642eabda12e8842a24085c1061b63906fc26d9d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke <marcus@FreeBSD.org> Date: Mon, 22 Jul 2013 14:47:28 +0000 Subject: Mark MAKE_JOBS_UNSAFE on amd64. Reported by: ohauer --- net/tac_plus4/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index efdf9b9f09c6..c0c4bdf3c7ae 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -23,6 +23,12 @@ MAN8= tac_plus.8 tac_pwd.8 CONFLICTS= ru-tac+ia-[0-9]* tac_plus-libradius-[0-9]* +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +MAKE_JOBS_UNSAFE= yes +.endif + # check expiration dates against 'expire' field of master.passwd file .if defined(TAC_EXPIRE_MASTER_PASSWD) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bb @@ -54,4 +60,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tac_convert ${PREFIX}/share/doc/tac_plus .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0