mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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
This commit is contained in:
parent
22d782aa2f
commit
1d093c764f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484059
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user