summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-11 15:30:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-11 15:30:46 +0000
commit9e807be673a19814d02180a68cf6a68e18149013 (patch)
tree316aea045cb2ed4030512a2305a55bb857d476df /games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
parentgcc 4.4 updated with glibc 2.10 support, limit xulrunner support in -r1 to 1.... (diff)
downloadhistorical-9e807be673a19814d02180a68cf6a68e18149013.tar.gz
historical-9e807be673a19814d02180a68cf6a68e18149013.tar.bz2
historical-9e807be673a19814d02180a68cf6a68e18149013.zip
Fix building with libpng14 wrt #308753 by Locke Shinseiko. Clean up unused patches from files directory.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild')
-rw-r--r--games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
index c1d7531e719c..bcc0b83e13e0 100644
--- a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
+++ b/games-emulation/mupen64plus/mupen64plus-1.5-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/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.7 2010/01/11 13:08:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.8 2010/03/11 15:30:44 ssuominen Exp $
EAPI="2"
@@ -53,6 +53,8 @@ src_prepare() {
EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \
epatch
+ epatch "${FILESDIR}"/${P}-libpng14.patch
+
sed -i \
-e "s:/usr/local/share/mupen64plus:${GAMES_DATADIR}/mupen64plus:" \
-e "s:%PUT_PLUGIN_PATH_HERE%:$(games_get_libdir)/${PN}/plugins/:" \