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

(-)/usr/portage/media-gfx/xloadimage/xloadimage-4.1-r11.ebuild (+6 lines)
Lines 46-51 Link Here
46
	epatch "${FILESDIR}"/${P}-unaligned-access.patch
46
	epatch "${FILESDIR}"/${P}-unaligned-access.patch
47
	epatch "${FILESDIR}"/${P}-ldflags_and_exit.patch
47
	epatch "${FILESDIR}"/${P}-ldflags_and_exit.patch
48
48
49
	sed -i -e "/^DEFS = /s:/etc:${EPREFIX}/etc:" Makefile.in
50
49
	epatch "${FILESDIR}"/${P}-libpng15.patch
51
	epatch "${FILESDIR}"/${P}-libpng15.patch
50
	sed -i \
52
	sed -i \
51
		-e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \
53
		-e 's:png_set_gray_1_2_4_to_8:png_set_expand_gray_1_2_4_to_8:' \
Lines 69-74 Link Here
69
		$(use_with tiff)
71
		$(use_with tiff)
70
}
72
}
71
73
74
src_compile() {
75
	emake SYSPATHFILE="${EPREFIX}"/etc/X11/Xloadimage || die
76
}
77
72
src_install() {
78
src_install() {
73
	dobin xloadimage uufilter || die
79
	dobin xloadimage uufilter || die
74
80

Return to bug 529564