diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 21:29:14 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 21:29:14 +0800 |
commit | ee247a2e5a343af5c1229e8fe5b1cd88aa3f806c (patch) | |
tree | 2334bb1afde582d1e6591793f4df676fe2c6e855 /games | |
parent | bd66d2662f846404213a301b27317b46d61b84ee (diff) | |
download | freebsd-ports-gnome-ee247a2e5a343af5c1229e8fe5b1cd88aa3f806c.tar.gz freebsd-ports-gnome-ee247a2e5a343af5c1229e8fe5b1cd88aa3f806c.tar.zst freebsd-ports-gnome-ee247a2e5a343af5c1229e8fe5b1cd88aa3f806c.zip |
Mark BROKEN: fails to build
main.cpp:176:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
cout << PROGRAMNAME" "VERSION << endl;
^
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/crimson/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile index 47e38bce86b3..b1bf9177254b 100644 --- a/games/crimson/Makefile +++ b/games/crimson/Makefile @@ -15,6 +15,8 @@ COMMENT= Tactical war game in the tradition of Battle Isle LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + GNU_CONFIGURE= yes USES= gmake USE_SDL= mixer sdl ttf |