Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 22:13:57 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r553295 - branches/2020Q4/games/crispy-doom
Message-ID:  <202010252213.09PMDvne004421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Oct 25 22:13:57 2020
New Revision: 553295
URL: https://svnweb.freebsd.org/changeset/ports/553295

Log:
  MFH: r552861
  
  games/crispy-doom: fix build on GCC architectures
  
  Use C99:
  am_map.c:628: error: 'for' loop initial declaration used outside C99 mode
  
  Approved by:	portmgr (fix build blanket)

Modified:
  branches/2020Q4/games/crispy-doom/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/games/crispy-doom/Makefile
==============================================================================
--- branches/2020Q4/games/crispy-doom/Makefile	Sun Oct 25 22:12:04 2020	(r553294)
+++ branches/2020Q4/games/crispy-doom/Makefile	Sun Oct 25 22:13:57 2020	(r553295)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 CONFLICTS_INSTALL=	chocolate-doom
 
 USES=		autoreconf pkgconfig python:build sdl shebangfix
+USE_CSTD=	c99
 USE_SDL=	mixer2 net2 sdl2
 GNU_CONFIGURE=	yes
 SHEBANG_FILES=	man/docgen man/simplecpp



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