Date: Thu, 27 Aug 2020 15:47:15 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546355 - head/games/bsdgames Message-ID: <202008271547.07RFlFHX002388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271547.07RFlFHX002388>