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.old (-1 / +2 lines)
Lines 72-77 src_prepare() { Link Here
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 "/wx_cv_std_libpath/s: /usr: ${EPREFIX}/usr:g" \
75
		-e '/SEARCH_INCLUDE="\\/,/"/cSEARCH_INCLUDE="'${EPREFIX}'/usr/include"' \
75
		-i configure || die
76
		-i configure || die
76
}
77
}
77
78
Lines 106-112 src_configure() { Link Here
106
			--with-libjpeg=sys
107
			--with-libjpeg=sys
107
			$(use_enable gstreamer mediactrl)
108
			$(use_enable gstreamer mediactrl)
108
			$(use_enable opengl)
109
			$(use_enable opengl)
109
			$(use_with opengl)
110
			$(use_with opengl opengl \"${EPREFIX}\"/usr)
110
			$(use_with gnome gnomeprint)
111
			$(use_with gnome gnomeprint)
111
			--without-gnomevfs"
112
			--without-gnomevfs"
112
113

Return to bug 394123