diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 17:46:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 17:46:05 +0800 |
commit | 69a736271005a57e52090a28812414ca3b57cb03 (patch) | |
tree | 81e380d6631fe93484dea97e3274e7dd8e642d36 /games | |
parent | 7ef08ee6afed3d2b96f0c0a39e2636d5181c5578 (diff) | |
download | freebsd-ports-gnome-69a736271005a57e52090a28812414ca3b57cb03.tar.gz freebsd-ports-gnome-69a736271005a57e52090a28812414ca3b57cb03.tar.zst freebsd-ports-gnome-69a736271005a57e52090a28812414ca3b57cb03.zip |
Mark BROKEN: fails to build
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
Diffstat (limited to 'games')
-rw-r--r-- | games/warsow/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index d1eb15ccc394..b94d824c209a 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -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 |