Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494090 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-libs/hidapi/hidapi-0.8.0_pre20130121.ebuild (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121.ebuild,v 1.2 2013/10/31 19:48:09 blueness Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/hidapi/hidapi-0.8.0_pre20130121.ebuild,v 1.2 2013/10/31 19:48:09 blueness Exp $
4
4
5
EAPI=4
5
EAPI=5
6
6
7
inherit autotools eutils #git-2
7
inherit autotools eutils #git-2
8
8
Lines 31-36 Link Here
31
	X? ( x11-libs/fox )"
31
	X? ( x11-libs/fox )"
32
32
33
src_prepare() {
33
src_prepare() {
34
	if use X && has_version x11-libs/fox:1.7 ; then
35
		sed -i -e 's:PKG_CHECK_MODULES(\[fox\], \[fox\]):PKG_CHECK_MODULES(\[fox\], \[fox17\]):' configure.ac || die
36
	fi
37
34
	eautoreconf
38
	eautoreconf
35
}
39
}
36
40

Return to bug 494090