diff options
author | obache <obache> | 2010-09-04 05:04:57 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-04 05:04:57 +0000 |
commit | d5da2b378ef3f94669789db7f396659ecf74bc91 (patch) | |
tree | 29293e11e41d6d40c343758bb6ee63cb09dfddf1 /inputmethod | |
parent | f70e67fcae954c7089160eb7b1149b1e64d1704b (diff) | |
download | pkgsrc-d5da2b378ef3f94669789db7f396659ecf74bc91.tar.gz |
exactly pass localedir to configure.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-anthy/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/ibus-pinyin/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ibus/Makefile | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile index b5346bbd6fa..d5cacf0a37c 100644 --- a/inputmethod/ibus-anthy/Makefile +++ b/inputmethod/ibus-anthy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-anthy-1.2.1 @@ -25,6 +25,7 @@ USE_TOOLS+= pkg-config msgfmt gmake intltool FIND_PREFIX:= KASUMI_DIR=kasumi .include "../../mk/find-prefix.mk" +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --with-kasumi-exec=${KASUMI_DIR}/bin/kasumi CONFIGURE_ARGS+= --with-kasumi-icon=${KASUMI_DIR}/share/pixmaps/kasumi.png diff --git a/inputmethod/ibus-pinyin/Makefile b/inputmethod/ibus-pinyin/Makefile index 667b988104b..f8e584aee7a 100644 --- a/inputmethod/ibus-pinyin/Makefile +++ b/inputmethod/ibus-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:57 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-pinyin-1.3.10 @@ -34,6 +34,7 @@ SUBST_STAGE.epython= pre-configure SUBST_FILES.epython= setup/ibus-setup-pinyin.in SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g' +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ARGS+= --disable-db-android CONFIGURE_ARGS+= --enable-db-open-phrase diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index b662f6a4192..d037670bc46 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/08/30 07:36:48 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-skk-1.0.0 @@ -19,6 +19,8 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale + SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-configure SUBST_FILES.prefix= setup/config.py diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 2d0a111b216..afbd00fadc4 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/08/11 13:11:56 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-1.3.7 @@ -25,6 +25,7 @@ GCONF_SCHEMAS+= ibus.schemas PKGCONFIG_OVERRIDE+= ibus-1.0.pc.in CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale BUILD_DEFS+= PKG_SYSCONFBASE |