Date: Fri, 28 Aug 2020 19:09:29 +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: r546801 - head/www/dillo2 Message-ID: <202008281909.07SJ9TLP055722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281909.07SJ9TLP055722>