summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2007-01-23 00:27:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2007-01-23 00:27:06 +0000
commit793cf61496365d3e26e7b302f30e177628b2c9dc (patch)
tree09405f92a393bb20c477678ec8a7063638298ef8 /media-sound/takcd/takcd-0.10.ebuild
parentAdd ~ia64 keyword. (diff)
downloadhistorical-793cf61496365d3e26e7b302f30e177628b2c9dc.tar.gz
historical-793cf61496365d3e26e7b302f30e177628b2c9dc.tar.bz2
historical-793cf61496365d3e26e7b302f30e177628b2c9dc.zip
Fix for bug #163370, thanks to: Zak Kipling
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'media-sound/takcd/takcd-0.10.ebuild')
-rw-r--r--media-sound/takcd/takcd-0.10.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/takcd/takcd-0.10.ebuild b/media-sound/takcd/takcd-0.10.ebuild
index 823b4a538d1b..dd95a20b366a 100644
--- a/media-sound/takcd/takcd-0.10.ebuild
+++ b/media-sound/takcd/takcd-0.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.11 2006/10/29 22:40:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.12 2007/01/23 00:27:06 seemant Exp $
WANT_AUTOMAKE="1.4"
WANT_AUTOCONF="2.5"
@@ -25,6 +25,7 @@ src_unpack() {
}
src_compile() {
+ econf || die
emake || die
}