summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 23:39:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-28 23:39:39 +0000
commitfb5d9b8eaca8d0010b7c24a05b0d3e651e01161b (patch)
treeb1d1159f7ccbf81a09f2cc3783432fb2d0ca2d39 /media-libs/libfame
parentFix building with alsa useflag disabled. Thanks to Patrick Lauer for reportin... (diff)
downloadgentoo-2-fb5d9b8eaca8d0010b7c24a05b0d3e651e01161b.tar.gz
gentoo-2-fb5d9b8eaca8d0010b7c24a05b0d3e651e01161b.tar.bz2
gentoo-2-fb5d9b8eaca8d0010b7c24a05b0d3e651e01161b.zip
Remove sse useflag, see bug #152540.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'media-libs/libfame')
-rw-r--r--media-libs/libfame/ChangeLog6
-rw-r--r--media-libs/libfame/libfame-0.9.0.ebuild6
-rw-r--r--media-libs/libfame/libfame-0.9.1-r1.ebuild5
3 files changed, 10 insertions, 7 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog
index b979de5b3c3a..a094b6c85e41 100644
--- a/media-libs/libfame/ChangeLog
+++ b/media-libs/libfame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libfame
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.49 2006/06/16 21:49:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.50 2006/10/28 23:39:39 flameeyes Exp $
+
+ 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> libfame-0.9.0.ebuild,
+ libfame-0.9.1-r1.ebuild:
+ Remove sse useflag, see bug #152540.
16 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> libfame-0.9.0.ebuild:
Remove gnuconfig update.
diff --git a/media-libs/libfame/libfame-0.9.0.ebuild b/media-libs/libfame/libfame-0.9.0.ebuild
index 87964e6a00f7..789959d29c97 100644
--- a/media-libs/libfame/libfame-0.9.0.ebuild
+++ b/media-libs/libfame/libfame-0.9.0.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/media-libs/libfame/libfame-0.9.0.ebuild,v 1.23 2006/06/16 21:49:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0.ebuild,v 1.24 2006/10/28 23:39:39 flameeyes Exp $
inherit flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
-IUSE="mmx sse"
+IUSE="mmx"
src_unpack() {
unpack ${A} || die
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
filter-flags -fprefetch-loop-arrays
- econf $(use_enable mmx) $(use_enable sse) || die
+ econf $(use_enable mmx) || die
emake || die
}
diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild
index 5012be7dc2b5..2b9b4812cc45 100644
--- a/media-libs/libfame/libfame-0.9.1-r1.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-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/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.24 2006/06/09 23:12:12 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.25 2006/10/28 23:39:39 flameeyes Exp $
inherit flag-o-matic toolchain-funcs eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
-IUSE="mmx sse"
+IUSE="mmx"
DEPEND=""
@@ -31,7 +31,6 @@ src_compile() {
# filter-flags -fprefetch-loop-arrays
econf \
$(use_enable mmx) \
- $(use_enable sse) \
|| die "configure failed"
emake || die "make failed"