1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Mark BROKEN: fails to build

engine/map/minimap.cpp:490:21: error: non-constant-expression cannot be narrowed from type 'int' to 'Sint16' (aka 'short') in initializer list [-Wc++11-narrowing]
                SDL_Rect drect = {X, Y, 0, 0};
                                  ^

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 13:04:26 +00:00
parent a55d296ada
commit 6b4eed90d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484019

View File

@ -14,6 +14,8 @@ COMMENT= Futuristic real-time strategy game
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN= fails to build
LIB_DEPENDS= libpng.so:graphics/png \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis