diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 19:50:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 19:50:15 +0800 |
commit | 8157602065119bf383c5bb89cae83cd3cc694379 (patch) | |
tree | 25b37f6e0e2b2b493b107fac60fdbe99cf34879a /chinese | |
parent | 83c85e9bbc24b02fa38a079858846d5b96e25b1b (diff) | |
download | freebsd-ports-gnome-8157602065119bf383c5bb89cae83cd3cc694379.tar.gz freebsd-ports-gnome-8157602065119bf383c5bb89cae83cd3cc694379.tar.zst freebsd-ports-gnome-8157602065119bf383c5bb89cae83cd3cc694379.zip |
Mark BROKEN: fails to build
src/uaocodec.cpp:2515:61: error: constant expression evaluates to -128 which cannot be narrowed to type 'uchar' (aka 'unsigned char') [-Wc++11-narrowing]
{'\x00','\x7d'},{'\x00','\x7e'},{'\x00','\x7f'},{'\x00','\x80'},{'\x00','\x00'},
^~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/qterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index 836e4cc591e1..388622b77b2b 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/qterm/qterm/${PORTVERSION} MAINTAINER= kaiwang27@gmail.com COMMENT= BBS client for BSD/Linux +BROKEN= fails to build + USES= qt:4 tar:bzip2 cmake perl5 USE_PERL5= build USE_QT= codecs-cn_run codecs-tw_run gui help-tools_build \ |