diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 12:24:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 12:24:14 +0000 |
commit | 11adf1fee899096a0eaff09ac83663245d744411 (patch) | |
tree | 8f9037d2d35234214fe01edcd3999ded86704320 /app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild | |
parent | Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #223161. (diff) | |
download | gentoo-2-11adf1fee899096a0eaff09ac83663245d744411.tar.gz gentoo-2-11adf1fee899096a0eaff09ac83663245d744411.tar.bz2 gentoo-2-11adf1fee899096a0eaff09ac83663245d744411.zip |
Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222557.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild')
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild index 26fbb366163e..499c9085e774 100644 --- a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild +++ b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.1 2007/12/31 14:37:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.2 2008/06/09 12:24:14 flameeyes Exp $ + +inherit base DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" HOMEPAGE="http://www.scim-im.org/" @@ -19,6 +21,10 @@ DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}"/${P}+gcc-4.3.patch +) + src_compile() { econf \ $(use_enable kde skim-support) \ |