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

Collapse All | Expand All

(-)blackbox-0.70.1.ebuild.orig (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.70.1.ebuild,v 1.9 2009/05/05 06:04:15 fauli Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.70.1.ebuild,v 1.9 2009/05/05 06:04:15 fauli Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
6
7
DESCRIPTION="A small, fast, full-featured window manager for X"
7
DESCRIPTION="A small, fast, full-featured window manager for X"
8
HOMEPAGE="http://blackboxwm.sourceforge.net/"
8
HOMEPAGE="http://blackboxwm.sourceforge.net/"
Lines 29-34 Link Here
29
	cd "${S}"
29
	cd "${S}"
30
30
31
	epatch "${FILESDIR}/${P}-gcc-4.3.patch"
31
	epatch "${FILESDIR}/${P}-gcc-4.3.patch"
32
	epatch "${FILESDIR}/${P}-as-needed.patch"
33
	eautoreconf
32
}
34
}
33
35
34
src_compile() {
36
src_compile() {

Return to bug 248549