1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/ultimatestunts
Tobias Kortkamp 75bf744d3c 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]
2018-07-28 07:16:31 +00:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist