diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 19:59:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 19:59:49 +0800 |
commit | 5c87f5eac757d7651eaf2d7ca30b892793c0528f (patch) | |
tree | 22ed12c4ded290ff9b6324f7dde972f4234715fa /games | |
parent | 9c9debb85e06d42f66d1bc1d2bc0d161475e18c0 (diff) | |
download | freebsd-ports-gnome-5c87f5eac757d7651eaf2d7ca30b892793c0528f.tar.gz freebsd-ports-gnome-5c87f5eac757d7651eaf2d7ca30b892793c0528f.tar.zst freebsd-ports-gnome-5c87f5eac757d7651eaf2d7ca30b892793c0528f.zip |
Mark BROKEN: fails to build
tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
if (create_iter != VM_INVALID_PROP)
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'games')
-rw-r--r-- | games/qtads/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qtads/Makefile b/games/qtads/Makefile index 114a3ea9744a..4e1f99d82eb8 100644 --- a/games/qtads/Makefile +++ b/games/qtads/Makefile @@ -11,6 +11,8 @@ COMMENT= Cross-platform multimedia interpreter for TADS games LICENSE= GPLv2 +BROKEN= fails to build + USES= gmake pkgconfig qmake qt:4 tar:bzip2 USE_QT= gui moc_build network rcc_build uic_build USE_SDL= sdl mixer sound |