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

Collapse All | Expand All

(-)/usr/portage/sci-electronics/spice/spice-3.5.5.ebuild (-5 / +6 lines)
Lines 15-25 Link Here
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="x86 ~ppc ~amd64"
16
KEYWORDS="x86 ~ppc ~amd64"
17
17
18
DEPEND="sys-libs/ncurses
18
RDEPEND="sys-libs/ncurses
19
	|| ( ( x11-libs/libXaw
19
	x11-libs/libXaw"
20
		x11-proto/xproto
20
21
		)
21
DEPEND="${RDEPEND}
22
		virtual/x11 )"
22
	x11-proto/xproto"
23
23
24
S=${WORKDIR}/${MY_P}
24
S=${WORKDIR}/${MY_P}
25
25
Lines 38-43 Link Here
38
		-e "s:-O2 -s:${CFLAGS}:g" \
38
		-e "s:-O2 -s:${CFLAGS}:g" \
39
		-e "s:SPICE_DIR)/lib:SPICE_DIR)/lib/spice:g" \
39
		-e "s:SPICE_DIR)/lib:SPICE_DIR)/lib/spice:g" \
40
		-e "s:/usr/local/spice:/usr:g" \
40
		-e "s:/usr/local/spice:/usr:g" \
41
		-e "s:/X11R6::" \
41
		conf/linux
42
		conf/linux
42
	sed -i -e "s:head -1:head -n 1:" util/build
43
	sed -i -e "s:head -1:head -n 1:" util/build
43
	epatch ${FILESDIR}/${P}-gcc-4.1.patch
44
	epatch ${FILESDIR}/${P}-gcc-4.1.patch

Return to bug 171330