From 1d093c764f0f332b25b0830f57187b05e634b8e6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 14:08:00 +0000 Subject: [PATCH] Mark BROKEN: fails to build ../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned short' in initializer list [-Wc++11-narrowing] sRGB16 globalLight = { AO.R * 4096.0, AO.G * 4096.0, AO.B * 4096.0 }; ^~~~~~~~~~~~~ Reported by: pkg-fallout --- graphics/mandelbulber/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/mandelbulber/Makefile b/graphics/mandelbulber/Makefile index 3be24b64c657..1bf5debafdeb 100644 --- a/graphics/mandelbulber/Makefile +++ b/graphics/mandelbulber/Makefile @@ -14,6 +14,8 @@ COMMENT= 3D Mandelbrot fractal renderer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + USES= desktop-file-utils gmake pkgconfig USE_GNOME= glib20 gtk20 BUILD_WRKSRC= ${WRKSRC}/makefiles