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 | a12ec0ddea8ff3848ccc38c20957fa3fad3e3185 (patch) | |
tree | 9d443537161ca329072b7e5fd3c66cfcc9040d88 /inputmethod/ibus-m17n | |
parent | d9205f8025d8a616e456346053e7dbb494691334 (diff) | |
download | pkgsrc-a12ec0ddea8ff3848ccc38c20957fa3fad3e3185.tar.gz |
Add workaround for upstream Issue#1029:
http://code.google.com/p/ibus/issues/detail?id=1029
Diffstat (limited to 'inputmethod/ibus-m17n')
-rw-r--r-- | inputmethod/ibus-m17n/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-m17n/Makefile b/inputmethod/ibus-m17n/Makefile index 95e8422fd55..b6865f40463 100644 --- a/inputmethod/ibus-m17n/Makefile +++ b/inputmethod/ibus-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:00:08 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ # DISTNAME= ibus-m17n-1.3.0 @@ -18,6 +18,8 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config msgfmt gmake +.include "../../inputmethod/ibus/bad-env-usage.mk" + .include "../../devel/m17n-lib/buildlink3.mk" .include "../../inputmethod/ibus/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |