aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-11-24 09:04:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-11-24 09:04:17 +0000
commitb33468b945e9864bb8bd2e0e15f26489fc6e16c7 (patch)
treeb7f3f452adc9d4ffd680e33183c1b57056a07e67 /graphics
parent57082b5b8debbf3f13204368ff138d4d9b2ef57f (diff)
downloadports-b33468b945e9864bb8bd2e0e15f26489fc6e16c7.tar.gz
ports-b33468b945e9864bb8bd2e0e15f26489fc6e16c7.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngwriter/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile
index 39cb92660279..c5aba1596b12 100644
--- a/graphics/pngwriter/Makefile
+++ b/graphics/pngwriter/Makefile
@@ -14,15 +14,11 @@ 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
-
OPTIONS_DEFINE= DOCS
PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf
-USES= cmake:outsource
+USES= cmake:outsource compiler:c++11-lang
CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
USE_GITHUB= yes
USE_LDCONFIG= yes