diff options
author | 2006-11-26 13:37:15 +0000 | |
---|---|---|
committer | 2006-11-26 13:37:15 +0000 | |
commit | 751eef5f7ba309cd2de3a0ad7b88d9839e2a64a9 (patch) | |
tree | af87796218001b8cf4976cb7437439e9ecec8b4d /media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild | |
parent | revert cell stuff since it breaks and we want to do it the right way #155881 (diff) | |
download | historical-751eef5f7ba309cd2de3a0ad7b88d9839e2a64a9.tar.gz historical-751eef5f7ba309cd2de3a0ad7b88d9839e2a64a9.tar.bz2 historical-751eef5f7ba309cd2de3a0ad7b88d9839e2a64a9.zip |
Honour cflags, bug #156252
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild')
-rw-r--r-- | media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild b/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild index bc7c8b2bd326..7692f21e7999 100644 --- a/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild +++ b/media-libs/libmpeg2/libmpeg2-0.4.0b.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/libmpeg2/libmpeg2-0.4.0b.ebuild,v 1.34 2006/11/06 07:22:15 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.4.0b.ebuild,v 1.35 2006/11/26 13:37:15 aballier Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -62,7 +62,7 @@ src_compile() { ${myconf} \ || die # builds non-pic library by default? (bug #44934) - emake LIBMPEG2_CFLAGS= || die "emake failed" + emake OPT_CFLAGS="${CFLAGS}" MPEG2DEC_CFLAGS="${CFLAGS}" LIBMPEG2_CFLAGS= || die "emake failed" } src_install() { |