diff options
author | Jason Wever <weeve@gentoo.org> | 2004-05-15 19:52:05 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-05-15 19:52:05 +0000 |
commit | 3f47c48c1a5f0b1ab44bec17a7580ae0b08b5608 (patch) | |
tree | 4ec2ceeaa9dfc39eb50f53cfc7687da8b5fc5b5e /media-libs | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-3f47c48c1a5f0b1ab44bec17a7580ae0b08b5608.tar.gz gentoo-2-3f47c48c1a5f0b1ab44bec17a7580ae0b08b5608.tar.bz2 gentoo-2-3f47c48c1a5f0b1ab44bec17a7580ae0b08b5608.zip |
Removed a couple sparc fixes since they are present in the vendor tarball in 1_rc4-r1.
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog index 76c58b39fb80..fa4e4ee842fb 100644 --- a/media-libs/xine-lib/ChangeLog +++ b/media-libs/xine-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/xine-lib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.118 2004/05/15 10:44:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.119 2004/05/15 19:52:05 weeve Exp $ + + 15 May 2004; Jason Wever <weeve@gentoo.org> xine-lib-1_rc4-r1.ebuild: + Removed a couple sparc fixes since they are present in the vendor tarball in + 1_rc4-r1. *xine-lib-1_rc4-r1 (15 May 2004) diff --git a/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild b/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild index dbf655ad3417..f3f2c0fc1dd7 100644 --- a/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild,v 1.1 2004/05/15 10:44:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild,v 1.2 2004/05/15 19:52:05 weeve Exp $ inherit eutils flag-o-matic gcc libtool @@ -63,10 +63,6 @@ src_unpack() { epatch ${FILESDIR}/${PN}-2.6.patch # force 32 bit userland [ ${ARCH} = "sparc" ] && epatch ${FILESDIR}/${P}-configure-sparc.patch - # fix a missing header - [ ${ARCH} = "sparc" ] && epatch ${FILESDIR}/xine-lib-1-rc4-sparc_missing_include.patch - # fix included libtool - [ ${ARCH} = "sparc" ] && epatch ${FILESDIR}/xine-lib-1rc4-libtool1.5.6.shrext_cmds.patch # always_inline means inline-or-fail, so it's no suprise that xine-lib # fails to compile with gcc 3.4 when this one inline fails |