diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-05 15:58:36 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-10-05 15:58:36 +0000 |
commit | 099746ae4f8402cee8920002a1560eeef5b2b69f (patch) | |
tree | 9f6f5fbf6085b73058686f3e1c7020dc108601cf | |
parent | Dropping sparc keywords, see #96229 (diff) | |
download | gentoo-2-099746ae4f8402cee8920002a1560eeef5b2b69f.tar.gz gentoo-2-099746ae4f8402cee8920002a1560eeef5b2b69f.tar.bz2 gentoo-2-099746ae4f8402cee8920002a1560eeef5b2b69f.zip |
Added append-flags -DQT-THREAD_SUPPORT.
(Portage version: 2.1.1-r1)
-rw-r--r-- | app-i18n/uim/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/uim/uim-1.2.1.ebuild | 6 |
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) \ |