diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bitchx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 4dfc159d8828..f5aefa486e1c 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -10,7 +10,11 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \ ${.CURDIR}/files/patch-include::config.h \ ${.CURDIR}/files/patch-source::screen.c -WITH_LATIN= yes +WITH_LATIN= YES +# Cursor movement and words wrapping aren't hacked if compiled with gnome. +WITHOUT_GNOME= YES +# If without gnome, esound support isn't needed. +WITHOUT_ESOUND= YES .include "${MASTERDIR}/Makefile" |