From 0ff563c818fdf5c3ac352daeb3275c49d747847d Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Aug 2020 20:33:30 +0000 Subject: [PATCH] games/biloba: fix build on recent current --- games/biloba/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/biloba/Makefile b/games/biloba/Makefile index f2e805d3676d..ae9e260a4c42 100644 --- a/games/biloba/Makefile +++ b/games/biloba/Makefile @@ -17,6 +17,9 @@ USE_SDL= image mixer sdl PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server PORTDATA= * +# Fix build with clang11 +CFLAGS+= -fcommon + DESKTOP_ENTRIES="Biloba" \ "A strategy board game for 2 to 4 players" \ "${DATADIR}/biloba_icon.png" \