summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-25 00:18:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-25 00:18:32 +0000
commitaea1636a3967d80d70e85fe7aa88d72b28d4dbec (patch)
tree550272ade08a5e7f067828712c42bc5f4d4a9fa0 /media-libs/a52dec/a52dec-0.7.4-r5.ebuild
parentRemoved ~hppa from KEYWORDS as it never seems to have been tested on this arc... (diff)
downloadgentoo-2-aea1636a3967d80d70e85fe7aa88d72b28d4dbec.tar.gz
gentoo-2-aea1636a3967d80d70e85fe7aa88d72b28d4dbec.tar.bz2
gentoo-2-aea1636a3967d80d70e85fe7aa88d72b28d4dbec.zip
Rice it down, don't add extra flags to the build, like the deprecated -mtune or -O3 -fomit-frame-pointer.
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'media-libs/a52dec/a52dec-0.7.4-r5.ebuild')
-rw-r--r--media-libs/a52dec/a52dec-0.7.4-r5.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/a52dec/a52dec-0.7.4-r5.ebuild b/media-libs/a52dec/a52dec-0.7.4-r5.ebuild
index 5e8740fb90e0..7813ba57bdc6 100644
--- a/media-libs/a52dec/a52dec-0.7.4-r5.ebuild
+++ b/media-libs/a52dec/a52dec-0.7.4-r5.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/a52dec/a52dec-0.7.4-r5.ebuild,v 1.12 2006/02/04 15:38:56 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r5.ebuild,v 1.13 2006/05/25 00:18:32 flameeyes Exp $
inherit eutils flag-o-matic libtool autotools
@@ -19,9 +19,9 @@ RDEPEND=""
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-build.patch
- epatch ${FILESDIR}/${P}-freebsd.patch
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-build.patch"
+ epatch "${FILESDIR}/${P}-freebsd.patch"
eautoreconf
epunt_cxx
@@ -35,7 +35,7 @@ src_compile() {
econf \
$(use_enable djbfft) \
${myconf} || die
- emake || die "emake failed"
+ emake CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {