1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/xye
Tobias Kortkamp 04f0e6ce8f games/xye: Fix build with Clang 6
src/xsb_level.cpp:787:45: error: constant expression evaluates to -1 which cannot be narrowed to type 'unsigned char' [-Wc++11-narrowing]
    static const unsigned char dx[4] = {0,0,-1,1}, dy[4] = {-1,1,0,0};
                                            ^~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/xye-0.12.2_3.log

- While here fix bad absolute symlink
2018-07-30 07:12:06 +00:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist