diff options
author | 2009-08-13 17:38:11 +0000 | |
---|---|---|
committer | 2009-08-13 17:38:11 +0000 | |
commit | 2151c72c0cde37570e359e44ce58b4af13353ff8 (patch) | |
tree | bbdd95c48cb0f70b638cf9bdf8a19a4ba59b4baa /dev-db/firebird/firebird-2.1.1.17910.0.ebuild | |
parent | stable x86, bug 280379 (diff) | |
download | gentoo-2-2151c72c0cde37570e359e44ce58b4af13353ff8.tar.gz gentoo-2-2151c72c0cde37570e359e44ce58b4af13353ff8.tar.bz2 gentoo-2-2151c72c0cde37570e359e44ce58b4af13353ff8.zip |
Fixing gcc 4.4.0 and icu 4.2 build error, bug #270154 , patch thanks to Steffen 'j0inty' Stollfuß
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-db/firebird/firebird-2.1.1.17910.0.ebuild')
-rw-r--r-- | dev-db/firebird/firebird-2.1.1.17910.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/firebird/firebird-2.1.1.17910.0.ebuild b/dev-db/firebird/firebird-2.1.1.17910.0.ebuild index b04a40723384..1a4f0677a3c4 100644 --- a/dev-db/firebird/firebird-2.1.1.17910.0.ebuild +++ b/dev-db/firebird/firebird-2.1.1.17910.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.1.17910.0.ebuild,v 1.2 2009/01/18 22:03:05 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.1.17910.0.ebuild,v 1.3 2009/08/13 17:38:10 vostorga Exp $ inherit flag-o-matic eutils autotools versionator @@ -120,6 +120,8 @@ src_unpack() { find "${S}" -name \*.sh -print0 | xargs -0 chmod +x rm -rf "${S}"/extern/{editline,icu} + epatch "${FILESDIR}/${P}-gcc-icu-declare.patch" + eautoreconf } |