diff options
author | 2012-11-04 04:31:47 +0000 | |
---|---|---|
committer | 2012-11-04 04:31:47 +0000 | |
commit | 79629522667a4dc9cf02ebde932ef14b3741dab2 (patch) | |
tree | 625da2dfea6e8aefd722bc4ce2d9f96e8cd14bee /games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild | |
parent | Fix to use of unsupported themes in building docs applied wrt Bug #423963, pa... (diff) | |
download | historical-79629522667a4dc9cf02ebde932ef14b3741dab2.tar.gz historical-79629522667a4dc9cf02ebde932ef14b3741dab2.tar.bz2 historical-79629522667a4dc9cf02ebde932ef14b3741dab2.zip |
add upstream patch to support building against latest boost (bug #422769)
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild index f0176ecdebd3..b179124f7761 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.7 2012/11/01 14:58:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.4.0.ebuild,v 1.8 2012/11/04 04:31:47 mr_bones_ Exp $ EAPI=2 WX_GTK_VER=2.8 -inherit wxwidgets flag-o-matic games +inherit wxwidgets eutils flag-o-matic games DESCRIPTION="utilities for the SCUMM game engine" HOMEPAGE="http://scummvm.sourceforge.net/" @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P/_/} src_prepare() { + epatch "${FILESDIR}"/${P}-boost.patch rm -rf *.bat dists/win32 # use $T instead of /tmp - bug #402459 sed -i \ |