svn commit: r546826 - head/sysutils/eclat

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:45:52 UTC 2020


Author: tcberner
Date: Fri Aug 28 20:45:51 2020
New Revision: 546826
URL: https://svnweb.freebsd.org/changeset/ports/546826

Log:
  sysutils/eclat: fix build on recent current

Modified:
  head/sysutils/eclat/Makefile

Modified: head/sysutils/eclat/Makefile
==============================================================================
--- head/sysutils/eclat/Makefile	Fri Aug 28 20:44:20 2020	(r546825)
+++ head/sysutils/eclat/Makefile	Fri Aug 28 20:45:51 2020	(r546826)
@@ -20,6 +20,9 @@ USES=		localbase tar:xz
 GNU_CONFIGURE=	yes
 TEST_TARGET=	check
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 PORTDOCS=	AUTHORS ChangeLog NEWS README THANKS TODO
 
 OPTIONS_DEFINE=	DOCS GDBM LDAP


More information about the svn-ports-head mailing list