1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/maelstrom
Tobias Kortkamp 06019f27e9 games/maelstrom: Fix build with Clang 6
./load.h:109:22: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                        sprintf(path, "%s"DIR_SEP"%s", directory, filename);
                                          ^
./load.h:95:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
                        directory = LIBDIR;
                                    ^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/maelstrom-3.0.6_13.log

- While here fix some bad implicit declaration warnings
2018-07-28 05:58:22 +00:00
..
files
distinfo
Makefile
pkg-descr
pkg-plist