diff options
Diffstat (limited to 'games/biloba/Makefile')
-rw-r--r-- | games/biloba/Makefile | 3 |
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" \ |