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

Collapse All | Expand All

(-)wxGTK-2.8.12.1.ebuild.orig (-2 / +12 lines)
Lines 71-80 Link Here
71
	epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
71
	epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
72
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874
72
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874
73
	epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch     # Bug #310923
73
	epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch     # Bug #310923
74
	sed \
74
	epatch "${FILESDIR}"/${PN}-2.8.12.1-setconcurrency-backport.patch
75
	sed	-e '/^for ac_func in thr_/ s:thr:pthread:' \
76
		-e '/^char *(.f) *() *=/ s:():() __attribute__((used)):' \
77
		-e '/^SEARCH_INCLUDE="/,/"/cSEARCH_INCLUDE="/usr/include"' \
75
		-e "s:/usr:${EPREFIX}/usr:g" \
78
		-e "s:/usr:${EPREFIX}/usr:g" \
76
		-e '/SEARCH_INCLUDE="\\/,/"/cSEARCH_INCLUDE="'${EPREFIX}'/usr/include"' \
77
		-i configure || die "sed on configure failed"
79
		-i configure || die "sed on configure failed"
80
81
	# epatch_user source with portage patches applied
82
	epatch_user
83
84
	# wxGTK:2.8 does not like eauto{,re}conf, bakefile/m4 version mismatch
85
	# the generated configure will be buggy, e.g. cached value tests,
86
	# so it does not make sense to patch *.in / *.ac for this build
87
	#eautoconf
78
}
88
}
79
89
80
src_configure() {
90
src_configure() {

Return to bug 466312