From 9e9314181cb54994b3cc7114b86aed024766adcf Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 10 May 2017 21:56:34 +0000 Subject: Mark BROKEN: fails to build In file included from cheech.cc:22: ... /usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list Reported by: pkg-fallout --- games/cheech/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/cheech/Makefile b/games/cheech/Makefile index 6ee6beb0e35c..2465face3726 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -13,9 +13,9 @@ COMMENT= Multiplayer Chinese Checkers game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgnet-2.0.so:net/gnet2 +BROKEN= fails to build -BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list +LIB_DEPENDS= libgnet-2.0.so:net/gnet2 OPTIONS_DEFINE= DOCS -- cgit