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

Collapse All | Expand All

(-)fvwm-2.4.3-r1.ebuild (+6 lines)
Lines 14-19 Link Here
14
	gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
14
	gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
15
	ncurses? ( >=sys-libs/readline-4.1 )"
15
	ncurses? ( >=sys-libs/readline-4.1 )"
16
16
17
src_unpack() {
18
	unpack ${A}
19
20
	cd ${S}
21
	patch -p1 < ${FILESDIR}/fvwm-pixmap-titlebar.patch || die
22
}
17
23
18
src_compile() {
24
src_compile() {
19
	local myconf
25
	local myconf

Return to bug 2951