From 6a67297b00f28d20f684532b58f2d9697007357d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 27 May 2017 15:07:11 +0000 Subject: Mark some ports failing on armv6, for errors classified as "clang". While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- math/gambit/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/gambit') diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 2583f53eaa3b..13735edfde29 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -13,6 +13,8 @@ COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' + USES= compiler:c++11-lib USE_GNOME= gtk20 USE_WX= 3.0 -- cgit