Changeset View
Changeset View
Standalone View
Standalone View
japanese/man/Makefile
| Show All 12 Lines | |||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Manual display command for Japanese (EUC) | COMMENT= Manual display command for Japanese (EUC) | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \ | RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \ | ||||
| jless:japanese/less | jless:japanese/less | ||||
| BROKEN_mips= fails to compile: man.c:37:10: fatal error: 'config.h' file not found | |||||
| MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" | MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" | ||||
| USES= shebangfix | USES= shebangfix | ||||
| SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl | SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl | ||||
| # Fix build with clang11 | # Fix build with clang11 | ||||
| CFLAGS+= -fcommon | CFLAGS+= -fcommon | ||||
| # XXX PIE static libraries currently not supported by base system /usr/share/mk | # XXX PIE static libraries currently not supported by base system /usr/share/mk | ||||
| MAKE_ARGS+= WITHOUT_PIE=true | MAKE_ARGS+= WITHOUT_PIE=true | ||||
| Show All 11 Lines | |||||