diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-06 11:28:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-05-06 11:28:21 +0000 |
commit | 5118d369a3cfa1697520d47285ce64aa9c22e195 (patch) | |
tree | f10dfc6fc5ca9b8bade11bb106d62b2bb82b33d6 /app-accessibility/epos/epos-2.5.37-r1.ebuild | |
parent | Fix building with GCC 4.5+ wrt #318409. (diff) | |
download | historical-5118d369a3cfa1697520d47285ce64aa9c22e195.tar.gz historical-5118d369a3cfa1697520d47285ce64aa9c22e195.tar.bz2 historical-5118d369a3cfa1697520d47285ce64aa9c22e195.zip |
Fix building with GCC 4.5+ wrt #318585 by Kacper Kowalik.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility/epos/epos-2.5.37-r1.ebuild')
-rw-r--r-- | app-accessibility/epos/epos-2.5.37-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-accessibility/epos/epos-2.5.37-r1.ebuild b/app-accessibility/epos/epos-2.5.37-r1.ebuild index a30b6cb0bf71..7fc77faa709e 100644 --- a/app-accessibility/epos/epos-2.5.37-r1.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.37-r1.ebuild,v 1.13 2010/01/19 01:40:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/epos-2.5.37-r1.ebuild,v 1.14 2010/05/06 11:28:20 ssuominen Exp $ inherit eutils autotools @@ -18,10 +18,12 @@ RDEPEND="" src_unpack() { unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-gcc43.patch" - sed -i -e "s/CCC/#CCC/" configure.ac + + epatch "${FILESDIR}"/${P}-gcc43.patch \ + "${FILESDIR}"/${P}-gcc45.patch + + sed -i -e "s/CCC/#CCC/" configure.ac || die eautoreconf } |