diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-09 00:42:05 +0000 |
commit | e8210b4758f3afbc598afa1378b85f04ee1d062c (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /japanese | |
parent | e4ce169cc8bc7d8c7e35979de1a35c0b0be50e00 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/man/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile index 7026682fb8b2..5806673ab412 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -21,6 +21,9 @@ 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 + MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" USES= shebangfix SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl |