diff options
-rw-r--r-- | www/dillo2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 51bb62391902..bb20ad14e306 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -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 \ |