From c60f6159eeb9194f129abe92c84279bea8c007f1 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 28 Aug 2020 20:45:51 +0000 Subject: [PATCH] sysutils/eclat: fix build on recent current --- sysutils/eclat/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/eclat/Makefile b/sysutils/eclat/Makefile index 5ca2a8a70ba0..1e2a656a67a7 100644 --- a/sysutils/eclat/Makefile +++ b/sysutils/eclat/Makefile @@ -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