From 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 22 May 2017 16:04:19 +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) Reported by: swills --- graphics/pngwriter/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/pngwriter') diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 7c584ab4c2d0..b3ae5f7453fb 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -14,6 +14,10 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 +BROKEN_mips= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private +BROKEN_mips64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private +BROKEN_powerpc64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private + USES= cmake:outsource USE_GITHUB= yes USE_LDCONFIG= yes -- cgit v1.2.3