svn commit: r546801 - head/www/dillo2

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 19:09:30 UTC 2020


Author: tcberner
Date: Fri Aug 28 19:09:29 2020
New Revision: 546801
URL: https://svnweb.freebsd.org/changeset/ports/546801

Log:
  www/dillo2: fix build on recent current

Modified:
  head/www/dillo2/Makefile

Modified: head/www/dillo2/Makefile
==============================================================================
--- head/www/dillo2/Makefile	Fri Aug 28 18:57:19 2020	(r546800)
+++ head/www/dillo2/Makefile	Fri Aug 28 19:09:29 2020	(r546801)
@@ -31,6 +31,9 @@ CONFIGURE_ARGS=	--disable-efence \
 		--libdir=${PREFIX}/libexec
 LDFLAGS+=	-lthr
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=		COOKIES DEBUG DOCS HYPHENATION IPV6 JPEG PNG SSL \


More information about the svn-ports-head mailing list