Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2017 01:54:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456575 - head/japanese/man
Message-ID:  <201712180154.vBI1sRrd017946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec 18 01:54:27 2017
New Revision: 456575
URL: https://svnweb.freebsd.org/changeset/ports/456575

Log:
  Also broken on recent aarch64 and mips builds.

Modified:
  head/japanese/man/Makefile

Modified: head/japanese/man/Makefile
==============================================================================
--- head/japanese/man/Makefile	Mon Dec 18 01:42:12 2017	(r456574)
+++ head/japanese/man/Makefile	Mon Dec 18 01:54:27 2017	(r456575)
@@ -21,8 +21,10 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	${LOCALBASE}/bin/groff:japanese/groff \
 		jless:japanese/less
 
-BROKEN_armv6 =		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
-BROKEN_armv7 =		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_aarch64=		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_armv6=		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_armv7=		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
+BROKEN_mips=		fails to compile: man.c:37:10: fatal error: 'config.h' file not found
 
 MAKE_ENV=	GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
 USES=		shebangfix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712180154.vBI1sRrd017946>