diff options
Diffstat (limited to 'app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild')
-rw-r--r-- | app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild b/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild index 6c786efa9a15..795a346f9915 100644 --- a/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild +++ b/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild,v 1.2 2004/05/01 18:17:24 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/speechd-up-0.0.1_pre20040501.ebuild,v 1.3 2004/05/01 20:59:12 squinky86 Exp $ DESCRIPTION="speechup screen reader with software synthesis" HOMEPAGE="http://www.freebsoft.org/speechd-up" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -IUSE="" RDEPEND="virtual/glibc" @@ -15,7 +14,7 @@ DEPENDS="${RDEPEND} >=sys-devel/automake-1.7.8 >=sys-devel/autoconf-2.58" -inherit cvs eutils +inherit cvs eutils libtool ECVS_SERVER="cvs.freebsoft.org:/var/lib/cvs" ECVS_MODULE="speechd-up" @@ -23,12 +22,13 @@ ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" S=${WORKDIR}/${ECVS_MODULE} src_compile() { + export WANT_AUTOMAKE=1.7 + export WANT_AUTOCONF=2.5 aclocal || die autoconf || die autoheader || die automake -a || die automake || die - epatch ${FILESDIR}/speechd-up-gentoo.patch econf || die emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die } |