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

Collapse All | Expand All

(-)/home/benda/gentoo/usr/portage/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild (-1 / +11 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils versionator flag-o-matic
7
inherit eutils versionator flag-o-matic autotools
8
8
9
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit"
9
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit"
10
HOMEPAGE="http://wxwidgets.org/"
10
HOMEPAGE="http://wxwidgets.org/"
Lines 48-53 RDEPEND=" Link Here
48
		)"
48
		)"
49
49
50
DEPEND="${RDEPEND}
50
DEPEND="${RDEPEND}
51
		>=dev-util/bakefile-0.2.9
51
		dev-util/pkgconfig
52
		dev-util/pkgconfig
52
		X?  (
53
		X?  (
53
			x11-proto/xproto
54
			x11-proto/xproto
Lines 66-71 LICENSE="wxWinLL-3 Link Here
66
S="${WORKDIR}/wxPython-src-${PV}"
67
S="${WORKDIR}/wxPython-src-${PV}"
67
68
68
src_prepare() {
69
src_prepare() {
70
	sed -i "s,/usr,${EPREFIX}/usr,g" configure.in
71
	sed -i '/SEARCH_INCLUDE="\\/,/"/cSEARCH_INCLUDE="'${EPREFIX}'/usr/include"' configure.in
72
	cd ${S}/build/aclocal
73
	for file in bakefile*.m4
74
	do
75
		cp -f ${EPREFIX}/usr/share/aclocal/$file ./
76
	done
77
	cd ${S}/build/bakefiles && bakefile_gen -f autoconf
78
	cd ${S} && eautoconf -B build/autoconf_prepend-include
69
	epatch "${FILESDIR}"/${PN}-2.8.11-unicode-odbc.patch
79
	epatch "${FILESDIR}"/${PN}-2.8.11-unicode-odbc.patch
70
	epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
80
	epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
71
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874
81
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874

Return to bug 394123