diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-11 02:39:20 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-11 02:39:20 +0000 |
commit | e3c72f7bd1dca3e17930ff624a40add4d9375e0d (patch) | |
tree | 304083cf828556813da939d24e24b3d62c1fe66e /media-libs/smpeg/smpeg-0.4.4-r4.ebuild | |
parent | made attr lib64 aware, yay (Manifest recommit) (diff) | |
download | gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.tar.gz gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.tar.bz2 gentoo-2-e3c72f7bd1dca3e17930ff624a40add4d9375e0d.zip |
stable on ppc64, bug #57992
Diffstat (limited to 'media-libs/smpeg/smpeg-0.4.4-r4.ebuild')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r4.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild index bf836933af70..bba9e959c8a3 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.16 2004/07/16 21:36:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.17 2004/08/11 02:35:25 tgall Exp $ -inherit eutils gcc +inherit eutils gcc gnuconfig DESCRIPTION="SDL MPEG Player Library" HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64" +KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ppc64" IUSE="X gtk opengl debug" DEPEND=">=media-libs/libsdl-1.2.0 @@ -34,6 +34,9 @@ src_unpack() { } src_compile() { + + use ppc64 && gnuconfig_update + # --enable-mmx causes test apps to crash on startup #470 # $(use_enable mmx) \ econf \ |