diff options
Diffstat (limited to 'sys-boot/silo/silo-1.4.13-r1.ebuild')
-rw-r--r-- | sys-boot/silo/silo-1.4.13-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-boot/silo/silo-1.4.13-r1.ebuild b/sys-boot/silo/silo-1.4.13-r1.ebuild index 620ef8851cdb..f071edd6d3d1 100644 --- a/sys-boot/silo/silo-1.4.13-r1.ebuild +++ b/sys-boot/silo/silo-1.4.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild,v 1.2 2008/05/15 15:00:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild,v 1.3 2008/06/12 20:33:51 bluebird Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -24,6 +24,9 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/silo-1.4.x-noglibc_time.patch + + # make it compile with gcc 4.3 + epatch "${FILESDIR}"/gcc-4.3-compile.patch } src_compile() { |