Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 20:33:30 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546686 - head/games/biloba
Message-ID:  <202008272033.07RKXUNI018437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008272033.07RKXUNI018437>