summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2010-05-16 20:38:39 +0000
committerChristian Birchinger <joker@gentoo.org>2010-05-16 20:38:39 +0000
commit3d91a63ca966345b8160e59570a61e50b42a4da3 (patch)
tree05e0bab1a6b1c4aa6062984dfb90ce8c76246b16 /games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
parentFix implicit declaration of function png_set_gray_1_2_4_to_8 with libpng14. (diff)
downloadgentoo-2-3d91a63ca966345b8160e59570a61e50b42a4da3.tar.gz
gentoo-2-3d91a63ca966345b8160e59570a61e50b42a4da3.tar.bz2
gentoo-2-3d91a63ca966345b8160e59570a61e50b42a4da3.zip
Added a patch to fix FTBFS due to glib gvariant type definitions. Should only affect people that try to build it with a newer glib version.
(Portage version: 2.1.8.3/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.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild b/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
index bcc0b83e13e0..d77d7eb4aa75 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.8 2010/03/11 15:30:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v 1.9 2010/05/16 20:38:39 joker Exp $
EAPI="2"
@@ -55,6 +55,9 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-libpng14.patch
+ # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577329
+ epatch "${FILESDIR}"/ftbfs-gvariant-type-conflicts.patch
+
sed -i \
-e "s:/usr/local/share/mupen64plus:${GAMES_DATADIR}/mupen64plus:" \
-e "s:%PUT_PLUGIN_PATH_HERE%:$(games_get_libdir)/${PN}/plugins/:" \