From c62d24f61395c2348ad71f5748820df6521a3b86 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 20:26:24 +0000 Subject: [PATCH] x11/bbrun: fix build on recent current --- x11/bbrun/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11/bbrun/Makefile b/x11/bbrun/Makefile index 6af7d2bef24e..86a0790a0702 100644 --- a/x11/bbrun/Makefile +++ b/x11/bbrun/Makefile @@ -22,6 +22,9 @@ USE_CSTD= gnu89 PORTDOCS= README PLIST_FILES= bin/bbrun +# Fix build with clang11 +CFLAGS+= -fcommon + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbrun ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR}