aboutsummaryrefslogtreecommitdiff
path: root/games/biloba
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 20:33:30 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 20:33:30 +0000
commit0ff563c818fdf5c3ac352daeb3275c49d747847d (patch)
tree55c6e68ea4470defb4b51c465360ffe14c49de0a /games/biloba
parentc62d24f61395c2348ad71f5748820df6521a3b86 (diff)
downloadports-0ff563c818fdf5c3ac352daeb3275c49d747847d.tar.gz
ports-0ff563c818fdf5c3ac352daeb3275c49d747847d.zip
games/biloba: fix build on recent current
Notes
Notes: svn path=/head/; revision=546686
Diffstat (limited to 'games/biloba')
-rw-r--r--games/biloba/Makefile3
1 files changed, 3 insertions, 0 deletions
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" \