diff options
author | Christopher Brannon <teiresias@gentoo.org> | 2013-10-09 02:03:56 +0000 |
---|---|---|
committer | Christopher Brannon <teiresias@gentoo.org> | 2013-10-09 02:03:56 +0000 |
commit | a7a535a0ab4eab943e7c61d7d16c0853a9b0196d (patch) | |
tree | 15e5baa7a8298e60c27e5d793644d876e2513031 /app-accessibility | |
parent | Add ruby20 target. (diff) | |
download | gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.tar.gz gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.tar.bz2 gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.zip |
Remove include of nonexistent header. Closes bug #487098.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/sphinx3/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch | 18 | ||||
-rw-r--r-- | app-accessibility/sphinx3/sphinx3-0.8.ebuild | 7 |
3 files changed, 28 insertions, 5 deletions
diff --git a/app-accessibility/sphinx3/ChangeLog b/app-accessibility/sphinx3/ChangeLog index 8e788729ccac..eb1fe1cd09f1 100644 --- a/app-accessibility/sphinx3/ChangeLog +++ b/app-accessibility/sphinx3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/sphinx3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/ChangeLog,v 1.9 2012/11/28 18:15:13 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/ChangeLog,v 1.10 2013/10/09 02:03:56 teiresias Exp $ + + 09 Oct 2013; Christopher Brannon <teiresias@gentoo.org> sphinx3-0.8.ebuild, + +files/sphinx3-0.8-libutil.patch: +Remove include of nonexistent header. Closes bug #487098. 28 Nov 2012; Tim Harder <radhermit@gentoo.org> sphinx3-0.6.3.ebuild, sphinx3-0.8.ebuild: diff --git a/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch b/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch new file mode 100644 index 000000000000..0f7733154a53 --- /dev/null +++ b/app-accessibility/sphinx3/files/sphinx3-0.8-libutil.patch @@ -0,0 +1,18 @@ +--- src/libs3decoder/libsearch/fsg_history.c ++++ src/libs3decoder/libsearch/fsg_history.c +@@ -55,7 +55,6 @@ + #include <kb.h> + /*#include <phone.h>*/ + #include <search.h> +-#include "libutil.h" + + + #define __FSG_DBG__ 0 +--- src/libs3decoder/libcfg/s3_cfg_convert.c ++++ src/libs3decoder/libcfg/s3_cfg_convert.c +@@ -1,5 +1,4 @@ + +-#include <libutil.h> + #include "s3_cfg.h" + #include "fsg.h" + diff --git a/app-accessibility/sphinx3/sphinx3-0.8.ebuild b/app-accessibility/sphinx3/sphinx3-0.8.ebuild index 04e0ebf1bdcd..5beefcd41d47 100644 --- a/app-accessibility/sphinx3/sphinx3-0.8.ebuild +++ b/app-accessibility/sphinx3/sphinx3-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.5 2012/11/28 18:15:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.6 2013/10/09 02:03:56 teiresias Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -25,7 +25,8 @@ RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 src_prepare() { - epatch "${FILESDIR}/${P}_heap_fix.patch" + epatch "${FILESDIR}/${P}_heap_fix.patch" \ + "${FILESDIR}/${P}-libutil.patch" eprefixify 'python/setup.py' } |