diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-09-07 15:55:51 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-09-07 15:55:51 +0000 |
commit | 4b5861a893902f4e7deab948204990bf102c6854 (patch) | |
tree | ed71122d349fbe02df8be6c26a796f5207483bfd /net-www/mplayerplug-in | |
parent | Stable on sparc (diff) | |
download | gentoo-2-4b5861a893902f4e7deab948204990bf102c6854.tar.gz gentoo-2-4b5861a893902f4e7deab948204990bf102c6854.tar.bz2 gentoo-2-4b5861a893902f4e7deab948204990bf102c6854.zip |
Added gcc4 patch back for 64 bit machines.
(Portage version: 2.1.1_rc1-r6)
Diffstat (limited to 'net-www/mplayerplug-in')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 0bd239525b67..2932bd02f76d 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/mplayerplug-in # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.71 2006/09/01 07:13:10 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.72 2006/09/07 15:55:51 josejx Exp $ + + 07 Sep 2006; Joseph Jezak <josejx@gentoo.org> -mplayerplug-in-3.31.ebuild, + mplayerplug-in-3.31-r1.ebuild: + Added gcc4 patch back for 64 bit machines. + + 07 Sep 2006; Joseph Jezak <josejx@gentoo.org> -mplayerplug-in-3.31.ebuild: + Removed broken 3.31 ebuild (3.31-r1 is the newest). *mplayerplug-in-3.31-r1 (01 Sep 2006) diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild index 87f0c46110c7..af0bfc1cec06 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild,v 1.1 2006/09/01 07:13:10 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.31-r1.ebuild,v 1.2 2006/09/07 15:55:51 josejx Exp $ inherit eutils multilib nsplugins @@ -35,6 +35,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/3.30-fix-cflags.patch + epatch ${FILESDIR}/${PN}-gcc4.patch } src_compile() { |