diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 21:46:55 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 21:46:55 +0800 |
commit | 366f76705815bdf810c4eaa3da3851b7b02ba314 (patch) | |
tree | 1079ef0487c623e48bb728c56a52299d46781bcb /games | |
parent | 6e0dbe1caa356b7b38877daf1f4690846330718c (diff) | |
download | freebsd-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/Makefile | 2 |
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 |