aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-11-04 21:46:55 +0800
committerantoine <antoine@FreeBSD.org>2018-11-04 21:46:55 +0800
commit366f76705815bdf810c4eaa3da3851b7b02ba314 (patch)
tree1079ef0487c623e48bb728c56a52299d46781bcb /games
parent6e0dbe1caa356b7b38877daf1f4690846330718c (diff)
downloadfreebsd-ports-gnome-366f76705815bdf810c4eaa3da3851b7b02ba314.tar.gz
freebsd-ports-gnome-366f76705815bdf810c4eaa3da3851b7b02ba314.tar.zst
freebsd-ports-gnome-366f76705815bdf810c4eaa3da3851b7b02ba314.zip
Mark BROKEN: fails to build
src/stdafx.cpp:215:56: error: invalid operands to binary expression ('std::__1::basic_istream<char>' and 'int') if(fileStream->read( (char*) fileBuffer, pFileSize ) == 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r--games/drcreep/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/drcreep/Makefile b/games/drcreep/Makefile
index 7fb6110deccd..cd1efa37611b 100644
--- a/games/drcreep/Makefile
+++ b/games/drcreep/Makefile
@@ -12,6 +12,8 @@ COMMENT= Castles of Dr. Creep
LICENSE= GPLv3
+BROKEN= fails to build
+
USE_SDL= sdl
WRKSRC= ${WRKDIR}/DrCreep