Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Aug 2019 19:08:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239331] graphics/blender: fix build on GCC architectures
Message-ID:  <bug-239331-7788-5TNRTjVoo4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239331-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239331-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239331

--- Comment #3 from commit-hook@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:
=20
/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenl=
ib/intern/math_base.c:
In function 'double_round':
=20
/wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenl=
ib/intern/math_base.c:59:17:
error: conversion from 'double' to 'float' may change value
[-Werror=3Dfloat-conversion]

  if (!isfinite(y))

  Fix by adding -Wno-float-conversion.

  Also add USES=3Dgl gnome sdl.

  PR:           239331
  Approved by:  FreeBSD@ShaneWare.Biz (maintainer), tcberner (mentor)
  Differential Revision:        https://reviews.freebsd.org/D21022

Changes:
  head/graphics/blender/Makefile

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239331-7788-5TNRTjVoo4>