1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Mark BROKEN: fails to build

juego.cc:119:24: error: non-constant-expression cannot be narrowed from type 'int' to 'Uint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing]
        SDL_Rect rect = {0,0, screen->w, screen->h - screen->h/15};
                              ^~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 13:20:50 +00:00
parent e32e60b069
commit d6eabf1664
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484025

View File

@ -12,6 +12,8 @@ COMMENT= Game similar to Super Pang
LICENSE= GPLv2
BROKEN= fails to build
USE_SDL= sdl mixer image
GNU_CONFIGURE= yes
USES= gmake