diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 11:50:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 11:50:15 +0000 |
commit | f75d8500a2ae01ba013dc82146a2f97e2eb9ae2a (patch) | |
tree | 25b37f6e0e2b2b493b107fac60fdbe99cf34879a /chinese | |
parent | 2bfbcee5a8333389ce13209e074669b11cd3b9f2 (diff) | |
download | freebsd-ports-f75d8500a2ae01ba013dc82146a2f97e2eb9ae2a.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 \ |