summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-i18n/uim/ChangeLog5
-rw-r--r--app-i18n/uim/uim-1.2.1.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/app-i18n/uim/ChangeLog b/app-i18n/uim/ChangeLog
index 1681b63c55c1..0f14122d59cd 100644
--- a/app-i18n/uim/ChangeLog
+++ b/app-i18n/uim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/uim
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.139 2006/09/30 05:33:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.140 2006/10/05 15:58:36 matsuu Exp $
+
+ 05 Oct 2006; MATSUU Takuto <matsuu@gentoo.org> uim-1.2.1.ebuild:
+ Added "append-flags -DQT_THREAD_SUPPORT".
30 Sep 2006; MATSUU Takuto <matsuu@gentoo.org> uim-1.2.1.ebuild:
Fixed fails to build with USE="gtk -canna -anthy", Bug 149132.
diff --git a/app-i18n/uim/uim-1.2.1.ebuild b/app-i18n/uim/uim-1.2.1.ebuild
index 34fe6437d46c..a50abdaf6205 100644
--- a/app-i18n/uim/uim-1.2.1.ebuild
+++ b/app-i18n/uim/uim-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.2.1.ebuild,v 1.2 2006/09/30 05:33:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.2.1.ebuild,v 1.3 2006/10/05 15:58:36 matsuu Exp $
inherit eutils kde-functions flag-o-matic multilib elisp-common
@@ -66,6 +66,10 @@ src_compile() {
myconf="${myconf} --disable-dict"
fi
+ if use qt3 ; then
+ append-flags -DQT_THREAD_SUPPORT
+ fi
+
econf $(use_with X x) \
$(use_with anthy) \
$(use_with canna) \