From 0dad469ebecc7feb15d8acf58c45e5fc4c62829b Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 13 May 2017 23:21:37 +0000 Subject: Mark some ports failing on power64. In cases where the error message was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) --- games/bunnysay/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games/bunnysay') diff --git a/games/bunnysay/Makefile b/games/bunnysay/Makefile index 0fdd96426f7b..2c583bc9cca8 100644 --- a/games/bunnysay/Makefile +++ b/games/bunnysay/Makefile @@ -12,6 +12,8 @@ COMMENT= Bunny Sign for terminals with UTF-8 support LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option -std=c++11 + USES= gmake ALL_TARGET= bunnysay -- cgit