summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-21 12:42:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-05-21 12:42:41 +0000
commitffa000e28971676649b6da618835a4731abea270 (patch)
tree53deb992be8651580fd73d86beb34c5677ab5207 /media-plugins/alsa-plugins
parentInitial commit from qting-edge. Thanks to Jesús Pérez , fixes bug 262218 (diff)
downloadgentoo-2-ffa000e28971676649b6da618835a4731abea270.tar.gz
gentoo-2-ffa000e28971676649b6da618835a4731abea270.tar.bz2
gentoo-2-ffa000e28971676649b6da618835a4731abea270.zip
Patch configure.in _before_ running eautoreconf or it'll cause maintainer-mode rebuild and just waste time. Closes bug #268965 by Davide Pesavento.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/alsa-plugins')
-rw-r--r--media-plugins/alsa-plugins/ChangeLog8
-rw-r--r--media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/media-plugins/alsa-plugins/ChangeLog b/media-plugins/alsa-plugins/ChangeLog
index 6813e6cfa893..0db96ef7d647 100644
--- a/media-plugins/alsa-plugins/ChangeLog
+++ b/media-plugins/alsa-plugins/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/alsa-plugins
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.96 2009/05/06 18:05:46 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.97 2009/05/21 12:42:41 flameeyes Exp $
+
+ 21 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ alsa-plugins-1.0.20.ebuild:
+ Patch configure.in _before_ running eautoreconf or it'll cause
+ maintainer-mode rebuild and just waste time. Closes bug #268965 by Davide
+ Pesavento.
*alsa-plugins-1.0.20 (06 May 2009)
diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
index 3aa2042ba03e..9e6c5af54e7c 100644
--- a/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
+++ b/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.1 2009/05/06 18:05:46 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.20.ebuild,v 1.2 2009/05/21 12:42:41 flameeyes Exp $
EAPI=2
@@ -41,10 +41,10 @@ src_prepare() {
sed -i -e '/AM_CFLAGS/s:-Wall:-DNDEBUG -Wall:' \
"${S}/pulse/Makefile.am"
- eautoreconf
-
# Bug #256119
epatch "${FILESDIR}/${PN}-1.0.19-missing-avutil.patch"
+
+ eautoreconf
}
src_configure() {