diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-22 16:10:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-22 16:10:08 +0000 |
commit | 92c1f2bfa73be1c9b064faa77b5e3598ae50668d (patch) | |
tree | 5f8bf4950a56f5b68fac8d355c756876d1ade190 /x11-wm/afterstep/afterstep-2.2.9.ebuild | |
parent | Removed cint7 flag, discontinued effort, and does not compile (bug #324957]) (diff) | |
download | gentoo-2-92c1f2bfa73be1c9b064faa77b5e3598ae50668d.tar.gz gentoo-2-92c1f2bfa73be1c9b064faa77b5e3598ae50668d.tar.bz2 gentoo-2-92c1f2bfa73be1c9b064faa77b5e3598ae50668d.zip |
Fix implicit declaration of function make_session_data_file wrt #308649.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/afterstep/afterstep-2.2.9.ebuild')
-rw-r--r-- | x11-wm/afterstep/afterstep-2.2.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/afterstep/afterstep-2.2.9.ebuild b/x11-wm/afterstep/afterstep-2.2.9.ebuild index b27c5920ad0b..e63cee02f355 100644 --- a/x11-wm/afterstep/afterstep-2.2.9.ebuild +++ b/x11-wm/afterstep/afterstep-2.2.9.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/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.8 2010/06/22 14:36:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.9.ebuild,v 1.9 2010/06/22 16:10:08 ssuominen Exp $ EAPI=2 inherit autotools flag-o-matic eutils @@ -43,7 +43,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/AfterStep-${PV} src_prepare() { - epatch "${FILESDIR}"/no-alternatives-${PV}.patch + epatch "${FILESDIR}"/no-alternatives-${PV}.patch \ + "${FILESDIR}"/${P}-make_session_data_file.patch # Do not strip binaries, bug #252119 sed -e "/STRIP_BINARIES/s/-s//" \ |