diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:04:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:04:25 +0800 |
commit | 12c650776a6c850401821131c17957183b01465d (patch) | |
tree | edc90d7c1bf854cc6539b598704f8b8a6b485428 /games | |
parent | 8a69f7cfe00dddb858e35a1a22c5feeb4e6a615b (diff) | |
download | freebsd-ports-gnome-12c650776a6c850401821131c17957183b01465d.tar.gz freebsd-ports-gnome-12c650776a6c850401821131c17957183b01465d.tar.zst freebsd-ports-gnome-12c650776a6c850401821131c17957183b01465d.zip |
Mark BROKEN: fails to build
pdn.cc:350:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
if(!parse_moves(moves+" "END_OF_MOVELINE)) { // :)
^
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/kcheckers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/kcheckers/Makefile b/games/kcheckers/Makefile index fe7a8939fd81..8cf4cadd8d2f 100644 --- a/games/kcheckers/Makefile +++ b/games/kcheckers/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/qcheckers/${PORTNAME}/${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Qt version of the classic boardgame checkers +BROKEN= fails to build + USES= qmake qt:4 USE_QT= corelib gui moc_build rcc_build |