1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-09-20 13:34:52 +00:00
parent 095b26a86e
commit f14a2ba27c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512412

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF/sdl-dc/${PORTNAME}/1.0-2
MAINTAINER= ports@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.