Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 07:17:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        games@FreeBSD.org
Subject:   [Bug 226980] openal-using ports fail to link when lld is the system linker
Message-ID:  <bug-226980-32059-PV6Aq4Cy4t@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226980-32059@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226980-32059@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=3D226980

--- Comment #50 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Sat Jul 28 07:16:32 UTC 2018
New revision: 475503
URL: https://svnweb.freebsd.org/changeset/ports/475503

Log:
  games/ultimatestunts: Fix build with Clang 6 and lld

  gamerenderer.cpp:81:30: error: non-constant-expression cannot be narrowed
from type 'double' to 'GLfloat' (aka 'float') in initializer list
[-Wc++11-narrowing]
          GLfloat specular_color[] =3D {3.0*lightCol.x, 3.0*lightCol.y,
3.0*lightCol.z, 1.0};
                                      ^~~~~~~~~~~~~~

=20
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs=
/ultimatestunts-0.7.7.1_4.log

  - Fix bad absolute symlink
  - Mark as LLD_UNSAFE because of audio/openal-soft dependency [1]

  PR:   226980 [1]

Changes:
  head/games/ultimatestunts/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226980-32059-PV6Aq4Cy4t>