diff options
-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. |