aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-11-04 22:17:18 +0800
committerantoine <antoine@FreeBSD.org>2018-11-04 22:17:18 +0800
commitd573ad10526fd3cf8eb1a72c76af0ff225963c9e (patch)
treeb1efad2a7c5100c4007166c729ee68c98b9e8803 /games
parentff150f801d33ebbfbdcc495a7ef749fba52f44bf (diff)
downloadfreebsd-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/Makefile2
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