summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-09 14:05:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-09 14:05:49 +0000
commitdccd6eb1e6fc992d2912de816058c40bac8c33f2 (patch)
treefaf1b27fd21228ad89fc850e4533cde0b99bb4b1 /media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild
parentstable ppc, bug 342991 (diff)
downloadgentoo-2-dccd6eb1e6fc992d2912de816058c40bac8c33f2.tar.gz
gentoo-2-dccd6eb1e6fc992d2912de816058c40bac8c33f2.tar.bz2
gentoo-2-dccd6eb1e6fc992d2912de816058c40bac8c33f2.zip
Fix CPPFLAGS and CXXFLAGS confusion in configure.ac.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild')
-rw-r--r--media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild
index 8d930269ef6b..641fae116a49 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v 1.1 2011/01/09 13:58:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.6.ebuild,v 1.2 2011/01/09 14:05:49 ssuominen Exp $
EAPI=2
inherit autotools eutils
@@ -23,7 +23,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
+ epatch "${FILESDIR}"/${P}-{asneeded,flags}.patch
eautoreconf
}