[Bug 226980] openal-using ports fail to link when lld is the system linker

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 28 07:17:16 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226980

--- Comment #50 from commit-hook at 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[] = {3.0*lightCol.x, 3.0*lightCol.y,
3.0*lightCol.z, 1.0};
                                      ^~~~~~~~~~~~~~

 
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

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


More information about the freebsd-games mailing list