diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 10:55:48 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 10:55:48 +0000 |
commit | b0c80a7a163c8a9922a11e21a6205a2694401fa7 (patch) | |
tree | 99adcb7290de55284b7d62b1b1abefc024e2edc9 /japanese/man | |
parent | cfacac9d68e57fddc3549c460e8bb9e20ae6dfc1 (diff) |
japanese/man: fix build on recent current
Notes
Notes:
svn path=/head/; revision=546903
Diffstat (limited to 'japanese/man')
-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 b22f2f716458..2dd9a3373175 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -27,6 +27,9 @@ MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" USES= shebangfix SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl +# Fix build with clang11 +CFLAGS+= -fcommon + post-patch: .for file in apropos/apropos.sh catman/catman.perl \ makewhatis/jmakewhatis.local.man \ |