summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad House <brad_mssw@gentoo.org>2003-10-04 23:55:53 +0000
committerBrad House <brad_mssw@gentoo.org>2003-10-04 23:55:53 +0000
commit30257a109a777262770a587841b19eed020506c5 (patch)
tree90fa81e4ceab855b02566b0eeb30911861f3696c /media-libs/libfame
parentversion bump (diff)
downloadgentoo-2-30257a109a777262770a587841b19eed020506c5.tar.gz
gentoo-2-30257a109a777262770a587841b19eed020506c5.tar.bz2
gentoo-2-30257a109a777262770a587841b19eed020506c5.zip
add ~amd64 to flags
Diffstat (limited to 'media-libs/libfame')
-rw-r--r--media-libs/libfame/ChangeLog5
-rw-r--r--media-libs/libfame/Manifest4
-rw-r--r--media-libs/libfame/libfame-0.9.0.ebuild9
3 files changed, 13 insertions, 5 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog
index b35f4a9d3340..11b9694c282e 100644
--- a/media-libs/libfame/ChangeLog
+++ b/media-libs/libfame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libfame
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.10 2003/03/10 22:35:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.11 2003/10/04 23:55:49 brad_mssw Exp $
+
+ 04 Oct 2003; Brad House <brad_mssw@gentoo.org> libfame-0.9.0.ebuild:
+ add ~amd64 and fix build
*libfame-0.9.0 (30 Sep 2002)
diff --git a/media-libs/libfame/Manifest b/media-libs/libfame/Manifest
index 2677ce7123f0..7f57bdde1377 100644
--- a/media-libs/libfame/Manifest
+++ b/media-libs/libfame/Manifest
@@ -1,5 +1,5 @@
-MD5 39b87dbec41b00aefcf12b0bac727d28 ChangeLog 1112
+MD5 e62520a304bf4987c180972eb7e62a40 ChangeLog 1212
MD5 ffe20aca8f0b5ee5f39baa4fdc2ec5ad libfame-0.8.10.ebuild 794
-MD5 a546aecb63a77cbe739ef33041e29ebe libfame-0.9.0.ebuild 889
+MD5 677dd7efbe4a2fb298b0f1169e7732c1 libfame-0.9.0.ebuild 955
MD5 c3a2bb99aa1812617fb10c1738955aad files/digest-libfame-0.8.10 66
MD5 0631609809520953d425ea1b77009300 files/digest-libfame-0.9.0 65
diff --git a/media-libs/libfame/libfame-0.9.0.ebuild b/media-libs/libfame/libfame-0.9.0.ebuild
index fc92010f7e83..669103541644 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-2003 Gentoo Technologies, Inc.
# 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.11 2003/09/06 23:59:48 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0.ebuild,v 1.12 2003/10/04 23:55:49 brad_mssw Exp $
inherit flag-o-matic
@@ -11,7 +11,7 @@ HOMEPAGE="http://fame.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc ~alpha hppa"
+KEYWORDS="x86 ppc sparc ~alpha hppa ~amd64"
DEPEND="virtual/glibc"
@@ -20,6 +20,11 @@ replace-flags "-fprefetch-loop-arrays" " "
src_compile() {
local myconf
+ if [ "${ARCH}" = "amd64" ]
+ then
+ libtoolize -c -f
+ fi
+
use mmx && myconf="${myconf} --enable-mmx"
use sse && myconf="${myconf} --enable-sse"