Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338843
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- pgadmin3-1.12.0.ebuild
0
++ pgadmin3-1.12.0.ebuild.orig
Lines 23-28 DEPEND="x11-libs/wxGTK:2.8[X] Link Here
23
	>=dev-libs/libxslt-1.1"
23
	>=dev-libs/libxslt-1.1"
24
RDEPEND="${DEPEND}"
24
RDEPEND="${DEPEND}"
25
25
26
src_prepare() {
27
	# Fix application icon path (bug #338843)
28
	sed -i \
29
		-e 's/pgAdmin3.png/pgadmin3.png/' \
30
		pkg/pgadmin3.desktop || die "sed failed"
31
}
32
26
src_configure() {
33
src_configure() {
27
	econf \
34
	econf \
28
		--with-wx-version=2.8 \
35
		--with-wx-version=2.8 \

Return to bug 338843