diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2017-12-08 17:47:30 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-09 20:25:27 +1100 |
commit | 8c3df282744fd5ef80fbc49b273f7830c858f93b (patch) | |
tree | dd2460fb96b62bbdf346831d9d5bd5636e8f5674 /dev-libs/libite/libite-2.0.0.ebuild | |
parent | 56c10e554bbc26f6f1eabc079691a79afe902671 (diff) | |
download | gentoo-8c3df282744fd5ef80fbc49b273f7830c858f93b.tar.gz gentoo-8c3df282744fd5ef80fbc49b273f7830c858f93b.tar.xz |
dev-libs/libite: fix failing tests
* This commit adds two patches from upstream
They should be removed as soon as upstream
releases new version.
Closes: https://bugs.gentoo.org/640202
Closes: https://github.com/gentoo/gentoo/pull/6481
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-libs/libite/libite-2.0.0.ebuild')
-rw-r--r-- | dev-libs/libite/libite-2.0.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-libs/libite/libite-2.0.0.ebuild b/dev-libs/libite/libite-2.0.0.ebuild index 4dff1da74a4..0380b8e161c 100644 --- a/dev-libs/libite/libite-2.0.0.ebuild +++ b/dev-libs/libite/libite-2.0.0.ebuild @@ -12,6 +12,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" +PATCHES=( + "${FILESDIR}"/${P}-fix-which-path.patch + "${FILESDIR}"/${P}-fix-path.patch +) + src_configure(){ econf --enable-static=$(usex static-libs) } |