From da38f2b768049916a1d7fc4e4eb6cb30f5d9db1f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 09:36:20 +0000 Subject: [PATCH] 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 --- games/jaggedalliance2/Makefile | 1 + 1 file changed, 1 insertion(+) 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