Date: Fri, 20 Sep 2019 13:34:52 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512412 - head/games/rottdc Message-ID: <201909201334.x8KDYqZQ030999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909201334.x8KDYqZQ030999>