1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/reallyslick
Tobias Kortkamp e8e4559faf graphis/reallyslick: Fix build with Clang 6
hyperspace.cpp:387:19: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]
        float diff[3] = {flarepos[0] - camPos[0], flarepos[1] - camPos[1], flarepos[2] - camPos[2]};
                         ^~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/reallyslick-0.9.1_20.log

- Attempt build on arm* again; the error message is the same as on amd64/i386
- Mark as LLD_UNSAFE when compiled with FREEALUT=on because of OpenAL [1]

PR:		226980 [1]
2018-09-02 11:42:21 +00:00
..
files
distinfo
Makefile graphis/reallyslick: Fix build with Clang 6 2018-09-02 11:42:21 +00:00
pkg-descr
pkg-plist