diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2012-07-17 06:59:31 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2012-07-17 06:59:31 +0000 |
commit | cea4c18e7779819c31a27ae5d6a9453fde2ca4ff (patch) | |
tree | 760e0cac88779c71b4998e206919d1734c7666a6 /dev-games/ois/ois-1.3.ebuild | |
parent | Version bump with various bugfixes. (diff) | |
download | gentoo-2-cea4c18e7779819c31a27ae5d6a9453fde2ca4ff.tar.gz gentoo-2-cea4c18e7779819c31a27ae5d6a9453fde2ca4ff.tar.bz2 gentoo-2-cea4c18e7779819c31a27ae5d6a9453fde2ca4ff.zip |
Build with gcc-4.7 Bug #426442
(Portage version: 2.1.11.7/cvs/Linux i686)
Diffstat (limited to 'dev-games/ois/ois-1.3.ebuild')
-rw-r--r-- | dev-games/ois/ois-1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-games/ois/ois-1.3.ebuild b/dev-games/ois/ois-1.3.ebuild index f257ae793fca..23e6835a1a03 100644 --- a/dev-games/ois/ois-1.3.ebuild +++ b/dev-games/ois/ois-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/ois/ois-1.3.ebuild,v 1.3 2012/06/21 02:03:07 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/ois/ois-1.3.ebuild,v 1.4 2012/07/17 06:59:31 tupone Exp $ EAPI=4 inherit autotools autotools-utils @@ -21,6 +21,7 @@ DEPEND="x11-libs/libXaw S=${WORKDIR}/${MY_P} src_prepare() { + epatch "${FILESDIR}"/${P}-gcc47.patch eautoreconf } |