diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-12-27 10:57:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-12-27 10:57:58 +0000 |
commit | 219093be0889b51f6fb5cc5887d541e82c1a5467 (patch) | |
tree | 00465577f367aa27b08ebd57a05eb70b7e740f6c /chinese/oxim | |
parent | 1dfe029f950b5435bd84eed0718983192b5a485c (diff) | |
download | ports-219093be0889b51f6fb5cc5887d541e82c1a5467.tar.gz ports-219093be0889b51f6fb5cc5887d541e82c1a5467.zip |
- Explicitly disable setup-tool. The configure requires additional patch
(fixed in later version).
Notes
Notes:
svn path=/head/; revision=246755
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 |