Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 11:02:52 +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: r546904 - head/japanese/edict
Message-ID:  <202008291102.07TB2qxf055250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Aug 29 11:02:51 2020
New Revision: 546904
URL: https://svnweb.freebsd.org/changeset/ports/546904

Log:
  japanese/edit: fix build on current

Modified:
  head/japanese/edict/Makefile

Modified: head/japanese/edict/Makefile
==============================================================================
--- head/japanese/edict/Makefile	Sat Aug 29 10:55:48 2020	(r546903)
+++ head/japanese/edict/Makefile	Sat Aug 29 11:02:51 2020	(r546904)
@@ -47,6 +47,9 @@ DOCSDIR=	${PREFIX}/share/doc/xjdic
 
 NO_WRKSUBDIR=	yes
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 OPTIONS_DEFINE=	DOCS
 
 post-patch:



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