aboutsummaryrefslogtreecommitdiff
path: root/games/rottdc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-20 13:34:52 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-20 13:34:52 +0000
commitf14a2ba27c4be6425bf045f4d5d36b886ab33460 (patch)
tree74ae029045604ec3139db594285f908747974710 /games/rottdc
parent095b26a86e15c225392f4e8ae951c71c8e5f4599 (diff)
downloadports-f14a2ba27c4be6425bf045f4d5d36b886ab33460.tar.gz
ports-f14a2ba27c4be6425bf045f4d5d36b886ab33460.zip
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)
Notes
Notes: svn path=/head/; revision=512412
Diffstat (limited to 'games/rottdc')
-rw-r--r--games/rottdc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rottdc/Makefile b/games/rottdc/Makefile
index 9a63897651b3..471c69a67346 100644
--- a/games/rottdc/Makefile
+++ b/games/rottdc/Makefile
@@ -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.