aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-27 12:48:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-09-27 12:48:06 +0000
commitf202470a88c488299bdfa5985b9edcaf383c6e3e (patch)
treec38e4e90885c448a1b9b434e6cd7e0120b6b1a25 /games
parent92c618f74a920f77a3fb3bca285021720bfed6ec (diff)
downloadports-f202470a88c488299bdfa5985b9edcaf383c6e3e.tar.gz
ports-f202470a88c488299bdfa5985b9edcaf383c6e3e.zip
games/barrage: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-int-conversion" Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=513029
Diffstat (limited to 'games')
-rw-r--r--games/barrage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile
index 0114c3624125..b3a45c378689 100644
--- a/games/barrage/Makefile
+++ b/games/barrage/Makefile
@@ -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