diff options
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 } |