diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 01:54:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 01:54:27 +0000 |
commit | 88c5a12ff587148d3e17e37bec37c410aa2cf1d5 (patch) | |
tree | 61f8b33237b44cfa3ef6729da9b23945fe2e72da /japanese/man | |
parent | 8f14365b0ad298120ecea311af7067501f3ff3bb (diff) |
Also broken on recent aarch64 and mips builds.
Notes
Notes:
svn path=/head/; revision=456575
Diffstat (limited to 'japanese/man')
-rw-r--r-- | japanese/man/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile index 5806673ab412..4c508545585d 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -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 |