K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-08-01T19:07:43.064342Z K 7 svn:log V 598 graphics/blender: fix build on GCC architectures Error: /wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c: In function 'double_round': /wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c:59:17: error: conversion from 'double' to 'float' may change value [-Werror=float-conversion] if (!isfinite(y)) Fix by adding -Wno-float-conversion. Also add USES=gl gnome sdl. PR: 239331 Approved by: FreeBSD@ShaneWare.Biz (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21022 END