svn commit: r546903 - head/japanese/man

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:55:49 UTC 2020


Author: tcberner
Date: Sat Aug 29 10:55:48 2020
New Revision: 546903
URL: https://svnweb.freebsd.org/changeset/ports/546903

Log:
  japanese/man: fix build on recent current

Modified:
  head/japanese/man/Makefile

Modified: head/japanese/man/Makefile
==============================================================================
--- head/japanese/man/Makefile	Sat Aug 29 10:46:10 2020	(r546902)
+++ head/japanese/man/Makefile	Sat Aug 29 10:55:48 2020	(r546903)
@@ -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 \


More information about the svn-ports-all mailing list