diff options
author | rafan <rafan@FreeBSD.org> | 2009-12-27 18:57:58 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-12-27 18:57:58 +0800 |
commit | 67e8445ad7c617c2cfca71ee5007f774e385895f (patch) | |
tree | 26850ce9ccfd63f71df3b7bf430f78e2f09a5a8c /chinese | |
parent | 6c4cbc8fb998d2052ece2cc7a9d07134b7af8cfc (diff) | |
download | freebsd-ports-gnome-67e8445ad7c617c2cfca71ee5007f774e385895f.tar.gz freebsd-ports-gnome-67e8445ad7c617c2cfca71ee5007f774e385895f.tar.zst freebsd-ports-gnome-67e8445ad7c617c2cfca71ee5007f774e385895f.zip |
- Explicitly disable setup-tool. The configure requires additional patch
(fixed in later version).
Diffstat (limited to 'chinese')
-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 |