svn commit: r546686 - head/games/biloba

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:33:30 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:33:30 2020
New Revision: 546686
URL: https://svnweb.freebsd.org/changeset/ports/546686

Log:
  games/biloba: fix build on recent current

Modified:
  head/games/biloba/Makefile

Modified: head/games/biloba/Makefile
==============================================================================
--- head/games/biloba/Makefile	Thu Aug 27 20:26:24 2020	(r546685)
+++ head/games/biloba/Makefile	Thu Aug 27 20:33:30 2020	(r546686)
@@ -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" \


More information about the svn-ports-head mailing list