svn commit: r546904 - head/japanese/edict

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 11:02:52 UTC 2020


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:


More information about the svn-ports-head mailing list