svn commit: r546355 - head/games/bsdgames

Eugene Grosbein eugen at FreeBSD.org
Thu Aug 27 15:47:16 UTC 2020


Author: eugen
Date: Thu Aug 27 15:47:15 2020
New Revision: 546355
URL: https://svnweb.freebsd.org/changeset/ports/546355

Log:
  games/bsdgames: fix build for clang 11 and gcc 10 (FreeBSD 13)
  
  Add -fcommon to CFLAGS as patching this historic code would be
  too invasive. PORTREVISION not bumped as it fixes build for FreeBSD 13.
  
  Reported by:	pkg-fallout

Modified:
  head/games/bsdgames/Makefile

Modified: head/games/bsdgames/Makefile
==============================================================================
--- head/games/bsdgames/Makefile	Thu Aug 27 15:41:06 2020	(r546354)
+++ head/games/bsdgames/Makefile	Thu Aug 27 15:47:15 2020	(r546355)
@@ -19,6 +19,7 @@ GH_ACCOUNT=	pianojockl
 
 CONFLICTS=	hangman-[0-9]*
 
+CFLAGS+=	-fcommon
 MAKE_ENV=	NO_WERROR=1
 MAKE_ARGS=	BINGRP=${BINGRP}
 


More information about the svn-ports-head mailing list