summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 12:46:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 12:46:04 +0000
commit8e121ea59e6eabd607af29ce0c5d5156492d87f2 (patch)
treee267846a690500c5a53a7b2659decbe90900730b /app-i18n/zhcon/zhcon-0.2.6.ebuild
parentAdd patch to build with GCC 4.3. Thanks to Steve Warren in bug #222561. (diff)
downloadgentoo-2-8e121ea59e6eabd607af29ce0c5d5156492d87f2.tar.gz
gentoo-2-8e121ea59e6eabd607af29ce0c5d5156492d87f2.tar.bz2
gentoo-2-8e121ea59e6eabd607af29ce0c5d5156492d87f2.zip
Add patch to build with GCC 4.3. Thanks to Peter Alfredsen (loki_val) in bug #219769.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-i18n/zhcon/zhcon-0.2.6.ebuild')
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/zhcon/zhcon-0.2.6.ebuild b/app-i18n/zhcon/zhcon-0.2.6.ebuild
index 5143b1370095..5ee5de99ecd8 100644
--- a/app-i18n/zhcon/zhcon-0.2.6.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2006 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/zhcon/zhcon-0.2.6.ebuild,v 1.2 2006/10/24 08:49:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/zhcon/zhcon-0.2.6.ebuild,v 1.3 2008/06/09 12:46:04 flameeyes Exp $
WANT_AUTOMAKE="1.9"
-WANT_AUTOCONF="latest"
inherit eutils autotools
@@ -27,6 +26,7 @@ src_unpack() {
epatch "${FILESDIR}"/zhcon-0.2.5.make-fix.patch
epatch "${FILESDIR}"/${P}.sysconfdir.patch
epatch "${FILESDIR}"/${P}.configure.in.patch
+ epatch "${FILESDIR}"/${P}+gcc-4.3.patch
eautoreconf
}