diff options
author | obache <obache@pkgsrc.org> | 2010-08-11 13:11:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-11 13:11:56 +0000 |
commit | 7ed855d33a7e2fed00035fe1345562b6c589b3d3 (patch) | |
tree | 9d443537161ca329072b7e5fd3c66cfcc9040d88 /inputmethod/ibus-pinyin | |
parent | 564c9464edfa2ad609d0503aa057a8c8249b68b9 (diff) | |
download | pkgsrc-7ed855d33a7e2fed00035fe1345562b6c589b3d3.tar.gz |
Add workaround for upstream Issue#1029:
http://code.google.com/p/ibus/issues/detail?id=1029
Diffstat (limited to 'inputmethod/ibus-pinyin')
-rw-r--r-- | inputmethod/ibus-pinyin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile index d48dcb0170b..667b988104b 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:02:40 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ # DISTNAME= ibus-pinyin-1.3.10 @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --enable-db-open-phrase .include "options.mk" +.include "../../inputmethod/ibus/bad-env-usage.mk" + .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/boost-headers/buildlink3.mk" .include "../../inputmethod/ibus/buildlink3.mk" |