Skip to content

Commit

Permalink
Mark BROKEN: fails to build
Browse files Browse the repository at this point in the history
game/g_ascript.cpp:727:47: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing]
        { ASLIB_PROPERTY_DECL(const bool, allSolid), ASLIB_FOFFSET(astrace_t, trace.allsolid) },
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
  • Loading branch information
ant1 committed Nov 4, 2018
1 parent 7ef08ee commit 69a7362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions games/warsow/Makefile
Expand Up @@ -14,6 +14,8 @@ COMMENT= Futuristic, fast-paced first person shooter

LICENSE= GPLv2

BROKEN= fails to build

LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/basewsw/data1_15.pk3:games/warsow-data

Expand Down

0 comments on commit 69a7362

Please sign in to comment.