diff options
author | Tom Martin <slarti@gentoo.org> | 2004-12-03 17:21:21 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-12-03 17:21:21 +0000 |
commit | 9ec341527986c78f9738b9b47c4d2d0e8fb76920 (patch) | |
tree | cdfc04fec08c2048c36bbf44bce1a1923d64be69 /media-libs | |
parent | add bug reference (Manifest recommit) (diff) | |
download | gentoo-2-9ec341527986c78f9738b9b47c4d2d0e8fb76920.tar.gz gentoo-2-9ec341527986c78f9738b9b47c4d2d0e8fb76920.tar.bz2 gentoo-2-9ec341527986c78f9738b9b47c4d2d0e8fb76920.zip |
use amd64 && append-flags -fPIC, resolves #73224
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libmpeg2/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-libs/libmpeg2/ChangeLog b/media-libs/libmpeg2/ChangeLog index d0fa7c586d04..6b764deb5913 100644 --- a/media-libs/libmpeg2/ChangeLog +++ b/media-libs/libmpeg2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmpeg2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.31 2004/10/31 18:52:29 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.32 2004/12/03 17:21:21 slarti Exp $ + + 03 Dec 2004; Tom Martin <slarti@gentoo.org> libmpeg2-0.4.0b.ebuild: + Added append-flags -fPIC for amd64, resolves bug 73224. 31 Oct 2004; Travis Tilley <lv@gentoo.org> libmpeg2-0.4.0b.ebuild: added a fix for bug 69227 diff --git a/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild b/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild index ec30778efe06..86ec405c2ad7 100644 --- a/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild +++ b/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild,v 1.14 2004/10/31 18:52:29 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild,v 1.15 2004/12/03 17:21:21 slarti Exp $ inherit eutils libtool flag-o-matic @@ -22,7 +22,12 @@ DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { - [ $ARCH = alpha ] && append-flags -fPIC + use alpha && append-flags -fPIC + + # Resolves bug 73224. + # <slarti@gentoo.org> Dec 2004 + use amd64 && append-flags -fPIC + unpack ${A} # get rid of the -mcpu |