svn commit: r512412 - head/games/rottdc

Piotr Kubaj pkubaj at FreeBSD.org
Fri Sep 20 13:34:52 UTC 2019


Author: pkubaj
Date: Fri Sep 20 13:34:52 2019
New Revision: 512412
URL: https://svnweb.freebsd.org/changeset/ports/512412

Log:
  games/rottdc: fix build on GCC architectures
  
  Use new GCC:
  rt_actor.c:11008: internal compiler error: in expand_expr_real_1, at expr.c:8721
  
  Approved by:	mentors (implicit approval)

Modified:
  head/games/rottdc/Makefile

Modified: head/games/rottdc/Makefile
==============================================================================
--- head/games/rottdc/Makefile	Fri Sep 20 13:29:36 2019	(r512411)
+++ head/games/rottdc/Makefile	Fri Sep 20 13:34:52 2019	(r512412)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/sdl-dc/${PORTNAME}/1.0-2
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Apogee's Rise Of The Triad source port
 
-USES=		gmake tar:bzip2
+USES=		compiler:c11 gmake tar:bzip2
 USE_SDL=	sdl mixer
 PATCH_WRKSRC=	${WRKSRC}/rott
 # Crashes when compiling with -O2 or greater, so downgrade to -O1.


More information about the svn-ports-head mailing list