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

Collapse All | Expand All

(-)pgadmin3-1.2.2.ebuild.orig (-5 / +5 lines)
Lines 25-35 Link Here
25
	fi
25
	fi
26
}
26
}
27
27
28
#src_unpack() {
28
src_unpack() {
29
#	unpack ${A}
29
	unpack ${A}
30
#	cd ${S} || die "Couldn't cd to ${S}"
30
	cd ${S} || die "Couldn't cd to ${S}"
31
#	epatch ${FILESDIR}/${P}-configure.patch
31
	epatch ${FILESDIR}/${P}-configure.patch
32
#}
32
}
33
33
34
src_compile() {
34
src_compile() {
35
	export WX_GTK_VER=2.6
35
	export WX_GTK_VER=2.6

Return to bug 96520