diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
commit | 6a67297b00f28d20f684532b58f2d9697007357d (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 /math/gambit | |
parent | 9056a15c1ff18b634b9d9587dd40b44cd24bbfd3 (diff) | |
download | freebsd-ports-gnome-6a67297b00f28d20f684532b58f2d9697007357d.tar.gz freebsd-ports-gnome-6a67297b00f28d20f684532b58f2d9697007357d.tar.zst freebsd-ports-gnome-6a67297b00f28d20f684532b58f2d9697007357d.zip |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |