diff options
author | pav <pav@FreeBSD.org> | 2011-10-05 05:10:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-05 05:10:11 +0800 |
commit | b589b269e0fdb3176c5e380c4171efc4e9250f93 (patch) | |
tree | 1e93131afc110cea120b11729dbacbe6bfdd7a1b /chinese | |
parent | 0418f96599f69f492823f001aa82c5ca26dccb56 (diff) | |
download | freebsd-ports-gnome-b589b269e0fdb3176c5e380c4171efc4e9250f93.tar.gz freebsd-ports-gnome-b589b269e0fdb3176c5e380c4171efc4e9250f93.tar.zst freebsd-ports-gnome-b589b269e0fdb3176c5e380c4171efc4e9250f93.zip |
- Mark BROKEN: does not compile
HZtable.h:57: error: conflicting types for 'XChar2b'
/usr/local/include/X11/Xlib.h:1075: error: previous declaration of 'XChar2b' was here
Reported by: pointyhat
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cxterm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 24430e22a000..3c2e856c4a5b 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -28,6 +28,8 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale +BROKEN= does not compile + WRKSRC= ${WRKDIR}/cxterm-5.0 USE_IMAKE= yes USE_XORG= x11 xext xpm xmu xaw xt sm ice |