summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2006-11-26 13:37:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2006-11-26 13:37:15 +0000
commit8990740ab756294d58993c850c99a048f709491e (patch)
tree9d3123a8e5fa529c31ad68a751453922765a2688 /media-libs/libmpeg2/libmpeg2-0.4.1.ebuild
parentrevert cell stuff since it breaks and we want to do it the right way #155881 (diff)
downloadgentoo-2-8990740ab756294d58993c850c99a048f709491e.tar.gz
gentoo-2-8990740ab756294d58993c850c99a048f709491e.tar.bz2
gentoo-2-8990740ab756294d58993c850c99a048f709491e.zip
Honour cflags, bug #156252
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-libs/libmpeg2/libmpeg2-0.4.1.ebuild')
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmpeg2/libmpeg2-0.4.1.ebuild b/media-libs/libmpeg2/libmpeg2-0.4.1.ebuild
index 5410432d9547..3d499d5ae145 100644
--- a/media-libs/libmpeg2/libmpeg2-0.4.1.ebuild
+++ b/media-libs/libmpeg2/libmpeg2-0.4.1.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.1.ebuild,v 1.2 2006/11/15 12:01:47 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.4.1.ebuild,v 1.3 2006/11/26 13:37:15 aballier Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -56,7 +56,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() {