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

(-)wxGTK-2.8.12.1.ebuild (-3 / +3 lines)
Lines 71-78 Link Here
71
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874
71
	epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch              # Bug #174874
72
	epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch     # Bug #310923
72
	epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch     # Bug #310923
73
	sed \
73
	sed \
74
		-e "/wx_cv_std_libpath/s: /usr: ${EPREFIX}/usr:g" \
74
		-e "s:/usr:${EPREFIX}/usr:g" \
75
		-i configure || die
75
		-e '/SEARCH_INCLUDE="\\/,/"/cSEARCH_INCLUDE="'${EPREFIX}'/usr/include"' \
76
		-i configure || die "sed on configure failed"
76
}
77
}
77
78
78
src_configure() {
79
src_configure() {
Lines 105-111 Link Here
105
			--with-libxpm=sys
106
			--with-libxpm=sys
106
			--with-libjpeg=sys
107
			--with-libjpeg=sys
107
			$(use_enable gstreamer mediactrl)
108
			$(use_enable gstreamer mediactrl)
108
			$(use_enable opengl)
109
			$(use_with opengl)
109
			$(use_with opengl)
110
			$(use_with gnome gnomeprint)
110
			$(use_with gnome gnomeprint)
111
			--without-gnomevfs"
111
			--without-gnomevfs"

Return to bug 394123