diff options
author | Stefan Jones <cretin@gentoo.org> | 2002-11-19 21:49:30 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2002-11-19 21:49:30 +0000 |
commit | 9638cbb5449a1c9b77600dcf73497646eb7f683c (patch) | |
tree | 7e416b4c48cf5a7f5e2101d3b7e36afd5f59b9cb /media-libs/a52dec | |
parent | the last 3,1 ebuilds (diff) | |
download | gentoo-2-9638cbb5449a1c9b77600dcf73497646eb7f683c.tar.gz gentoo-2-9638cbb5449a1c9b77600dcf73497646eb7f683c.tar.bz2 gentoo-2-9638cbb5449a1c9b77600dcf73497646eb7f683c.zip |
Added -fPIC as it creates a shared library
Diffstat (limited to 'media-libs/a52dec')
-rw-r--r-- | media-libs/a52dec/a52dec-0.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/a52dec/a52dec-0.7.4.ebuild b/media-libs/a52dec/a52dec-0.7.4.ebuild index 6b9778fca3d4..8b31bea229e4 100644 --- a/media-libs/a52dec/a52dec-0.7.4.ebuild +++ b/media-libs/a52dec/a52dec-0.7.4.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/a52dec/a52dec-0.7.4.ebuild,v 1.4 2002/10/04 05:46:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4.ebuild,v 1.5 2002/11/19 21:49:30 cretin Exp $ S=${WORKDIR}/${P} DESCRIPTION="a52dec is a bundle of the liba52 (a free library for decoding ATSC A/52 streams used in DVD, etc) with a test program" @@ -16,7 +16,7 @@ DEPEND=">=sys-devel/autoconf-2.52d-r1" src_compile() { local myconf - + export CFLAGS="${CFLAGS} -fPIC" use oss \ || myconf="${myconf} --disable-oss" |