[Bug 239331] graphics/blender: fix build on GCC architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 1 19:08:08 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239331
--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:
Author: pkubaj
Date: Thu Aug 1 19:07:43 UTC 2019
New revision: 507821
URL: https://svnweb.freebsd.org/changeset/ports/507821
Log:
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 at ShaneWare.Biz (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D21022
Changes:
head/graphics/blender/Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list