Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 10:55:48 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546903 - head/japanese/man
Message-ID:  <202008291055.07TAtmYm049416@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008291055.07TAtmYm049416>