diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:17:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:17:18 +0800 |
commit | d573ad10526fd3cf8eb1a72c76af0ff225963c9e (patch) | |
tree | b1efad2a7c5100c4007166c729ee68c98b9e8803 /games | |
parent | ff150f801d33ebbfbdcc495a7ef749fba52f44bf (diff) | |
download | freebsd-ports-gnome-d573ad10526fd3cf8eb1a72c76af0ff225963c9e.tar.gz freebsd-ports-gnome-d573ad10526fd3cf8eb1a72c76af0ff225963c9e.tar.zst freebsd-ports-gnome-d573ad10526fd3cf8eb1a72c76af0ff225963c9e.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 |