diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 22:17:18 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 22:17:18 +0800 |
commit | 6c3b8cdb3c3eff1cd65cf7e709d44fcb9f176bc2 (patch) | |
tree | b1efad2a7c5100c4007166c729ee68c98b9e8803 /games | |
parent | 18f61aa1c59aeacf30967567396eb96ba6196f68 (diff) | |
download | freebsd-ports-gnome-6c3b8cdb3c3eff1cd65cf7e709d44fcb9f176bc2.tar.gz freebsd-ports-gnome-6c3b8cdb3c3eff1cd65cf7e709d44fcb9f176bc2.tar.zst freebsd-ports-gnome-6c3b8cdb3c3eff1cd65cf7e709d44fcb9f176bc2.zip |
Mark BROKEN: fails to build
In file included from build/sdl/util/init.cpp:38:
build/sdl/util/dumb/include/dumb.h:41:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
#define DUMB_NAME "DUMB v"DUMB_VERSION_STR
^
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/paintown/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/paintown/Makefile b/games/paintown/Makefile index bf9191d4892e..d2a93c73b99f 100644 --- a/games/paintown/Makefile +++ b/games/paintown/Makefile @@ -13,6 +13,8 @@ COMMENT= Fighting game similar to Streets of Rage and TMNT LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + LIB_DEPENDS= liballeg.so:devel/allegro \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 |