summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-10-22 22:37:30 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-10-22 22:37:30 +0000
commit171e521f81942162933e769200b5a5a15d9f8e44 (patch)
tree296d50e3da8f6cd2e93a691417be625d09c4268f /media-libs/exempi/exempi-2.0.2.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-171e521f81942162933e769200b5a5a15d9f8e44.tar.gz
historical-171e521f81942162933e769200b5a5a15d9f8e44.tar.bz2
historical-171e521f81942162933e769200b5a5a15d9f8e44.zip
add missing patch, bug #243024.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'media-libs/exempi/exempi-2.0.2.ebuild')
-rw-r--r--media-libs/exempi/exempi-2.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/exempi/exempi-2.0.2.ebuild b/media-libs/exempi/exempi-2.0.2.ebuild
index b9048a8fd095..f2f70e6ee9bc 100644
--- a/media-libs/exempi/exempi-2.0.2.ebuild
+++ b/media-libs/exempi/exempi-2.0.2.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/exempi/exempi-2.0.2.ebuild,v 1.1 2008/10/11 22:30:41 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/exempi/exempi-2.0.2.ebuild,v 1.2 2008/10/22 22:37:30 eva Exp $
inherit autotools eutils
@@ -27,7 +27,7 @@ src_unpack() {
# don't waste time on autoreconf for those who don't want to run unit tests
if use test; then
epatch "${FILESDIR}/${PN}-1.99.9-boost.m4.BOOST_FIND_LIB.patch"
- AT_M4DIR="m4" eautoreconf
+ eautoreconf
fi
}