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

(-)giflib-4.1.3-r1.ebuild (-1 / +3 lines)
Lines 14-24 Link Here
14
IUSE="X"
14
IUSE="X"
15
15
16
DEPEND="X? ( virtual/x11 )
16
DEPEND="X? ( virtual/x11 )
17
	!media-libs/libungif"
17
	!media-libs/libungif
18
	>=media-libs/urt-3.1b"
18
19
19
src_unpack() {
20
src_unpack() {
20
	unpack ${A}
21
	unpack ${A}
21
	epunt_cxx
22
	epunt_cxx
23
	sed -i -e 's:"rle.h":<urt/rle.h>:g' "${S}"/util/{rle2gif,gif2rle}.c || die "sed"
22
}
24
}
23
25
24
src_compile() {
26
src_compile() {

Return to bug 107497