diff options
author | 2006-09-26 23:51:45 +0000 | |
---|---|---|
committer | 2006-09-26 23:51:45 +0000 | |
commit | f2ed9bb98cef0191346760447afe55790cfaeabd (patch) | |
tree | ca8840e96170d29d1270d313fe9177ed8677424c /sci-libs/galib/galib-2.4.6.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-f2ed9bb98cef0191346760447afe55790cfaeabd.tar.gz gentoo-2-f2ed9bb98cef0191346760447afe55790cfaeabd.tar.bz2 gentoo-2-f2ed9bb98cef0191346760447afe55790cfaeabd.zip |
Fixed compile problems with gcc-4.x. This fixes bug #149191.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sci-libs/galib/galib-2.4.6.ebuild')
-rw-r--r-- | sci-libs/galib/galib-2.4.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/galib/galib-2.4.6.ebuild b/sci-libs/galib/galib-2.4.6.ebuild index d1230875683e..1273485abba1 100644 --- a/sci-libs/galib/galib-2.4.6.ebuild +++ b/sci-libs/galib/galib-2.4.6.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/sci-libs/galib/galib-2.4.6.ebuild,v 1.3 2006/04/30 14:59:22 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/galib/galib-2.4.6.ebuild,v 1.4 2006/09/26 23:51:45 markusle Exp $ inherit eutils @@ -22,6 +22,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-makefile.patch + epatch "${FILESDIR}"/${P}-gcc4-gentoo.patch } src_compile() { |