Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2020 10:44:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552861 - head/games/crispy-doom
Message-ID:  <202010211044.09LAiCoH086250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Oct 21 10:44:12 2020
New Revision: 552861
URL: https://svnweb.freebsd.org/changeset/ports/552861

Log:
  games/crispy-doom: fix build on GCC architectures
  
  Use C99:
  am_map.c:628: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/games/crispy-doom/Makefile

Modified: head/games/crispy-doom/Makefile
==============================================================================
--- head/games/crispy-doom/Makefile	Wed Oct 21 10:26:21 2020	(r552860)
+++ head/games/crispy-doom/Makefile	Wed Oct 21 10:44:12 2020	(r552861)
@@ -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?202010211044.09LAiCoH086250>