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

(-)wmii-3.9.2-r1.ebuild (-1 / +4 lines)
Lines 22-28 Link Here
22
	x11-libs/libXrender
22
	x11-libs/libXrender
23
	x11-libs/libX11
23
	x11-libs/libX11
24
	x11-libs/libXinerama
24
	x11-libs/libXinerama
25
	>=media-libs/freetype-2"
25
	>=media-libs/freetype-2
26
	>=sys-libs/libixp-0.5_p1"
26
RDEPEND="${COMMON_DEPEND}
27
RDEPEND="${COMMON_DEPEND}
27
	x11-apps/xmessage
28
	x11-apps/xmessage
28
	x11-apps/xsetroot
29
	x11-apps/xsetroot
Lines 44-54 Link Here
44
		"LD=$(tc-getCC)"
45
		"LD=$(tc-getCC)"
45
		"AR=$(tc-getAR) crs"
46
		"AR=$(tc-getAR) crs"
46
		"DESTDIR=${D}"
47
		"DESTDIR=${D}"
48
		"LIBIXP=-lixp"
47
		)
49
		)
48
}
50
}
49
51
50
src_prepare() {
52
src_prepare() {
51
	sed -i -e "/BINSH \!=/d" mk/hdr.mk || die #335083
53
	sed -i -e "/BINSH \!=/d" mk/hdr.mk || die #335083
54
	rm -rf libixp include/ixp*.h #323037
52
}
55
}
53
56
54
src_compile() {
57
src_compile() {

Return to bug 323037