diff options
author | 2005-03-10 01:38:13 +0000 | |
---|---|---|
committer | 2005-03-10 01:38:13 +0000 | |
commit | a27699359f0e705e6ef39f7a8241ee26ecf73860 (patch) | |
tree | 6865d1cfa6054477992a64debec57b2203dfe841 /games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.tar.gz gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.tar.bz2 gentoo-2-a27699359f0e705e6ef39f7a8241ee26ecf73860.zip |
GCC4 compile patch from Bret Towe
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild')
-rw-r--r-- | games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild b/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild index f60162729ac5..f8e5f0d8ce4d 100644 --- a/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild +++ b/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild,v 1.5 2005/03/09 07:08:37 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-riceplugin/mupen64-riceplugin-5.1.0.ebuild,v 1.6 2005/03/10 01:38:13 halcy0n Exp $ inherit games gcc eutils libtool @@ -41,6 +41,7 @@ src_unpack() { fi epatch ${FILESDIR}/${PN}-compile.patch || die "patch failed" + epatch ${FILESDIR}/${PN}-gcc4.patch || die "patch failed" # the riceplugin requires sse support #echo "#include <xmmintrin.h>" > ${T}/test.c |