diff options
Diffstat (limited to 'chinese/oxim')
-rw-r--r-- | chinese/oxim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index fc6bda0f3cb4..efb52ec1c70c 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -36,7 +36,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--disable-bimsphone-module \ --disable-static \ - --with-conf-dir=${PREFIX}/etc/${PORTNAME} + --with-conf-dir=${PREFIX}/etc/${PORTNAME} \ + --enable-setup-tool=no # oxim requires qinputcontextplugin.h which only exists in Debian package CONFIGURE_ARGS+=--disable-qt-immodule |