summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-16 11:47:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-16 11:47:03 +0000
commitcbbc7d12d8a26cc731f4a6dacfb203527307145d (patch)
tree11fb29e17a9fdebdb5097ebb853cc113111f4bf1 /media-libs/libtheora
parentVersion bump (diff)
downloadgentoo-2-cbbc7d12d8a26cc731f4a6dacfb203527307145d.tar.gz
gentoo-2-cbbc7d12d8a26cc731f4a6dacfb203527307145d.tar.bz2
gentoo-2-cbbc7d12d8a26cc731f4a6dacfb203527307145d.zip
Disable building of tests during make all, do it only on make check. Fixes bug #226337.
(Portage version: 2.1.5.5)
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r--media-libs/libtheora/ChangeLog7
-rw-r--r--media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild7
2 files changed, 12 insertions, 2 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog
index fb72002a2edd..4eb9c4c8074b 100644
--- a/media-libs/libtheora/ChangeLog
+++ b/media-libs/libtheora/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libtheora
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.75 2008/05/11 21:13:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.76 2008/06/16 11:47:03 flameeyes Exp $
+
+ 16 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+ libtheora-1.0_beta3-r1.ebuild:
+ Disable building of tests during make all, do it only on make check. Fixes
+ bug #226337.
*libtheora-1.0_beta3-r1 (11 May 2008)
diff --git a/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild b/media-libs/libtheora/libtheora-1.0_beta3-r1.ebuild
index 7516f4a0e1af..0afea6f9bb69 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.1 2008/05/11 21:13:33 aballier Exp $
+# $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 $
inherit autotools eutils toolchain-funcs flag-o-matic
@@ -26,6 +26,11 @@ 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"
+
AT_M4DIR="m4" eautoreconf
}