summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-01-11 18:26:44 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-01-11 18:26:44 +0000
commite0b9ee6342e88fb861fd74a5b3fad490bc24acdd (patch)
treecce490906628e4d0fde0c03223e0ca5af7f40834
parentkde-i18n-3.1_rc6 ebuilds, masked due KEYWORDS in kde-i18n.eclass (~x86 and ~ppc) (diff)
downloadhistorical-e0b9ee6342e88fb861fd74a5b3fad490bc24acdd.tar.gz
historical-e0b9ee6342e88fb861fd74a5b3fad490bc24acdd.tar.bz2
historical-e0b9ee6342e88fb861fd74a5b3fad490bc24acdd.zip
filtered -fPIC
-rw-r--r--media-libs/libmpeg2/ChangeLog6
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.3.0.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libmpeg2/ChangeLog b/media-libs/libmpeg2/ChangeLog
index 7a26b1c8bd0f..89d03d50f82f 100644
--- a/media-libs/libmpeg2/ChangeLog
+++ b/media-libs/libmpeg2/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for media-libs/libmpeg2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.5 2002/12/13 16:03:36 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.6 2003/01/11 18:26:44 seemant Exp $
*libmpeg2-0.3.0 (13 Dec 2002)
+ 11 Jan 2003; Seemant Kulleen <seemant@gentoo.org> libmpeg2-0.3.0.ebuild :
+
+ Filtered out -fPIC flag.
+
13 Dec 2002; foser <foser@gentoo.org> libmpeg2-0.3.0.ebuild :
New version
diff --git a/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild b/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild
index 1f6d237e2f50..5d9334e6cef9 100644
--- a/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild
+++ b/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild,v 1.2 2002/12/13 16:04:04 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild,v 1.3 2003/01/11 18:26:44 seemant Exp $
IUSE="sdl X"
@@ -8,7 +8,7 @@ inherit libtool
# this build doesn't play nice with -maltivec (gcc 3.2 only option) on ppc
inherit flag-o-matic || die "I lost my inheritance"
-filter-flags "-maltivec -mabi=altivec"
+filter-flags "-maltivec -mabi=altivec -fPIC"
MY_P="${P/libmpeg2/mpeg2dec}"
S="${WORKDIR}/${MY_P}"
@@ -18,7 +18,7 @@ HOMEPAGE="http://libmpeg2.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc"
+KEYWORDS="~x86 ~sparc ~ppc"
DEPEND="sdl? ( media-libs/libsdl )
X? ( virtual/x11 )"
@@ -47,7 +47,7 @@ src_compile() {
econf --enable-shared \
${myconf} || die "./configure failed"
- emake || die
+ emake || make || die
}
src_install() {