diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 17:36:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 17:36:20 +0800 |
commit | d4ee0e5c581e20e21a88139ae3f54143dd966aea (patch) | |
tree | ddca50d2f4b161410c7733d8f04631927320440e /games | |
parent | 1726be38bf5bac0798b0a9cd922f0ca3097ca69f (diff) | |
download | freebsd-ports-gnome-d4ee0e5c581e20e21a88139ae3f54143dd966aea.tar.gz freebsd-ports-gnome-d4ee0e5c581e20e21a88139ae3f54143dd966aea.tar.zst freebsd-ports-gnome-d4ee0e5c581e20e21a88139ae3f54143dd966aea.zip |
Mark BROKEN: fails to build
Build/Editor/EditorItems.cc:295:27: error: non-constant-expression cannot be narrowed from type 'int' to 'INT16' (aka 'short') in initializer list [-Wc++11-narrowing]
SGPBox const r = { 100, EDITOR_TASKBAR_POS_Y, 60, 80 };
^~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index e35ff3943de1..1a1e4832af73 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -11,6 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= lme@FreeBSD.org COMMENT= Port of "Jagged Alliance 2" using SDL +BROKEN= fails to build # Ignore this if you feel adventurous ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 ONLY_FOR_ARCHS_REASON= Needs a little endian environment |