diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-07 22:02:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-07 22:02:09 +0000 |
commit | 398093555757c062037e1b2b4723b0dfb4149eb3 (patch) | |
tree | e16d4a45218c065b56d1008a58e7e19109737c82 /media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild | |
parent | bump to 0.51, fix bug #236998. (diff) | |
download | gentoo-2-398093555757c062037e1b2b4723b0dfb4149eb3.tar.gz gentoo-2-398093555757c062037e1b2b4723b0dfb4149eb3.tar.bz2 gentoo-2-398093555757c062037e1b2b4723b0dfb4149eb3.zip |
Don't run encoder tests without use encode, bug #212315
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild')
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild index 0afea6f9bb69..8b17a4a27114 100644 --- a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.2 2008/06/16 11:47:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild,v 1.3 2008/09/07 22:02:08 aballier Exp $ inherit autotools eutils toolchain-funcs flag-o-matic @@ -26,10 +26,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.0_beta2-flags.patch epatch "${FILESDIR}"/${P}-pic-fix.patch - - sed -i -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ - "${S}"/tests/Makefile.am \ - || die "unable to disable tests building" + epatch "${FILESDIR}"/${P}-tests.patch AT_M4DIR="m4" eautoreconf } |