summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-12-16 16:41:51 +0000
committerMichał Górny <mgorny@gentoo.org>2013-12-16 16:41:51 +0000
commit23cddc0d0459b7d2e62338ae3b158788b3b617af (patch)
treea856b1469b5ff2cec080156f0fa6aced60f4dc69 /games-emulation/mupen64plus-video-glide64mk2
parentRemove implicit CPU flags from the Makefiles. Support epatch_user. (diff)
downloadgentoo-2-23cddc0d0459b7d2e62338ae3b158788b3b617af.tar.gz
gentoo-2-23cddc0d0459b7d2e62338ae3b158788b3b617af.tar.bz2
gentoo-2-23cddc0d0459b7d2e62338ae3b158788b3b617af.zip
Remove implicit CPU flags from the Makefiles. Support epatch_user.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation/mupen64plus-video-glide64mk2')
-rw-r--r--games-emulation/mupen64plus-video-glide64mk2/ChangeLog6
-rw-r--r--games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild9
2 files changed, 13 insertions, 2 deletions
diff --git a/games-emulation/mupen64plus-video-glide64mk2/ChangeLog b/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
index 4876dcd2bc75..b81da99192b3 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
+++ b/games-emulation/mupen64plus-video-glide64mk2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mupen64plus-video-glide64mk2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog,v 1.1 2013/12/15 12:11:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/ChangeLog,v 1.2 2013/12/16 16:41:51 mgorny Exp $
+
+ 16 Dec 2013; Michał Górny <mgorny@gentoo.org>
+ mupen64plus-video-glide64mk2-2.0.ebuild:
+ Remove implicit CPU flags from the Makefiles. Support epatch_user.
*mupen64plus-video-glide64mk2-2.0 (15 Dec 2013)
diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild
index a8a6309053d0..b39c50ac7f6b 100644
--- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild
+++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.1 2013/12/15 12:11:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.0.ebuild,v 1.2 2013/12/16 16:41:51 mgorny Exp $
EAPI=5
@@ -27,6 +27,13 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ epatch_user
+
+ # avoid implicitly appending CPU flags
+ sed -i -e 's:-mmmx::g' -e 's:-msse::g' projects/unix/Makefile || die
+}
+
src_compile() {
MAKEARGS=(
# Note: please keep this in sync in all of mupen64plus-* packages