diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 13:34:52 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 13:34:52 +0000 |
commit | f14a2ba27c4be6425bf045f4d5d36b886ab33460 (patch) | |
tree | 74ae029045604ec3139db594285f908747974710 | |
parent | Update to 2019.2.2 release. (diff) |
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)
-rw-r--r-- | games/rottdc/Makefile | 2 |
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. |