diff options
Diffstat (limited to 'app-misc/sphinx/sphinx-2.0.1_beta.ebuild')
-rw-r--r-- | app-misc/sphinx/sphinx-2.0.1_beta.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/sphinx/sphinx-2.0.1_beta.ebuild b/app-misc/sphinx/sphinx-2.0.1_beta.ebuild index e06c936f09a4..f34c9e9fe078 100644 --- a/app-misc/sphinx/sphinx-2.0.1_beta.ebuild +++ b/app-misc/sphinx/sphinx-2.0.1_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild,v 1.1 2011/05/13 18:28:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.1_beta.ebuild,v 1.2 2011/05/29 15:31:35 grobian Exp $ EAPI=3 inherit eutils autotools @@ -18,7 +18,7 @@ SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="debug id64 mysql odbc postgres stemmer test" RDEPEND="mysql? ( virtual/mysql ) @@ -39,6 +39,8 @@ src_unpack() { } src_prepare() { + epatch "${FILESDIR}"/${P}-darwin8.patch + # drop nasty hardcoded search path breaking Prefix sed -i -e '/\/usr\/local\//d' configure.ac || die eautoreconf |