diff options
author | 2013-10-27 15:52:00 +0000 | |
---|---|---|
committer | 2013-10-27 15:52:00 +0000 | |
commit | 03596de142bfcdf087c4246406c4c96d8baf2ead (patch) | |
tree | bcc6bb3a43d67eed483e2e613bd402c2b6083af5 /app-accessibility/sphinxbase/sphinxbase-0.8.ebuild | |
parent | Initial commit: needed for net-misc/bfgminer (diff) | |
download | historical-03596de142bfcdf087c4246406c4c96d8baf2ead.tar.gz historical-03596de142bfcdf087c4246406c4c96d8baf2ead.tar.bz2 historical-03596de142bfcdf087c4246406c4c96d8baf2ead.zip |
Add a patch to allow building with automake 1.13.4.
Closes bug #469504.
The patch is from upstream's svn repo,
so it can go away with the next release.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x6521E06D
Diffstat (limited to 'app-accessibility/sphinxbase/sphinxbase-0.8.ebuild')
-rw-r--r-- | app-accessibility/sphinxbase/sphinxbase-0.8.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild index 4b9d5b9fc12b..b54e79e0b783 100644 --- a/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild +++ b/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild,v 1.4 2013/06/27 18:20:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinxbase/sphinxbase-0.8.ebuild,v 1.5 2013/10/27 15:51:51 teiresias Exp $ EAPI=5 @@ -30,7 +30,10 @@ DEPEND="${RDEPEND} # Due to generated Python setup.py. AUTOTOOLS_IN_SOURCE_BUILD=1 -PATCHES=( "${FILESDIR}"/${P}-unbundle-lapack.patch ) +PATCHES=( + "${FILESDIR}"/${P}-unbundle-lapack.patch + "${FILESDIR}"/${P}-automake113.patch +) src_configure() { local myeconfargs=( |