Date: Fri, 27 Sep 2019 12:48:07 +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: r513029 - head/games/barrage Message-ID: <201909271248.x8RCm7AR012566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Sep 27 12:48:06 2019 New Revision: 513029 URL: https://svnweb.freebsd.org/changeset/ports/513029 Log: games/barrage: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-int-conversion" Approved by: mentors (implicit approval) Modified: head/games/barrage/Makefile Modified: head/games/barrage/Makefile ============================================================================== --- head/games/barrage/Makefile Fri Sep 27 12:34:09 2019 (r513028) +++ head/games/barrage/Makefile Fri Sep 27 12:48:06 2019 (r513029) @@ -12,7 +12,7 @@ COMMENT= Destroy as many targets as possible LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome sdl +USES= compiler:c11 gmake gnome sdl USE_SDL= sdl mixer GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271248.x8RCm7AR012566>