From 8416961f94f98665fb22db283d6aa5241eb76f65 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 27 May 2017 16:00:49 +0000 Subject: Mark some ports failing on armv6, for errors classified as "clang_werror". While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- games/cataclysm-dda/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 26aec076a888..c5d452eeb92d 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -13,6 +13,10 @@ COMMENT= Fork/variant of Cataclysm Roguelike by Whales LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= fails to compile: comparison of integers of different signs: wchar_t and const int +BROKEN_armv6= fails to compile: comparison of integers of different signs: wchar_t and const int +BROKEN_powerpc64= fails to compile: overmap.cpp: 'pow' is not a member of 'std' + USES= alias compiler:c++11-lib execinfo gmake shebangfix SHEBANG_FILES= lang/*.sh bash_CMD= /bin/sh @@ -60,10 +64,6 @@ SOUND_IMPLIES= SDL SOUND_FILES= cataclysmthemeREV6.ogg Dark_Days_Ahead_demo_2.ogg -BROKEN_aarch64= fails to compile: comparison of integers of different signs: wchar_t and const int -BROKEN_armv6= fails to compile: comparison of integers of different signs: wchar_t and const int -BROKEN_powerpc64= fails to compile: overmap.cpp: 'pow' is not a member of 'std' - .include .if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 -- cgit v1.2.3