svn commit: r553295 - branches/2020Q4/games/crispy-doom

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 25 22:13:58 UTC 2020


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


More information about the svn-ports-all mailing list