diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 04:33:30 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 04:33:30 +0800 |
commit | 0ff563c818fdf5c3ac352daeb3275c49d747847d (patch) | |
tree | 55c6e68ea4470defb4b51c465360ffe14c49de0a /games | |
parent | c62d24f61395c2348ad71f5748820df6521a3b86 (diff) | |
download | freebsd-ports-gnome-0ff563c818fdf5c3ac352daeb3275c49d747847d.tar.gz freebsd-ports-gnome-0ff563c818fdf5c3ac352daeb3275c49d747847d.tar.zst freebsd-ports-gnome-0ff563c818fdf5c3ac352daeb3275c49d747847d.zip |
games/biloba: fix build on recent current
Diffstat (limited to 'games')
-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" \ |