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

Collapse All | Expand All

(-)media-libs/imlib/imlib-1.9.15-r4.ebuild (+8 lines)
Lines 40-45 src_prepare() { Link Here
40
	epatch "${FILESDIR}"/${P}-asneeded.patch #207638
42
	epatch "${FILESDIR}"/${P}-asneeded.patch #207638
41
	epatch "${FILESDIR}"/${P}-libpng15.patch #357167
43
	epatch "${FILESDIR}"/${P}-libpng15.patch #357167
42
44
45
	# 499268
46
	epatch "${FILESDIR}"/${P}-giflib5support.patch
47
	epatch "${FILESDIR}"/${P}-t-load-requries-libx11.patch
48
	epatch "${FILESDIR}"/${P}-myPrintGifError.patch
49
43
	mkdir m4 && cp "${WORKDIR}"/gtk-1-for-imlib.m4 m4
50
	mkdir m4 && cp "${WORKDIR}"/gtk-1-for-imlib.m4 m4
44
51
45
	AT_M4DIR="m4" eautoreconf
52
	AT_M4DIR="m4" eautoreconf
Lines 55-60 multilib_src_configure() { Link Here
55
62
56
multilib_src_install() {
63
multilib_src_install() {
57
	emake DESTDIR="${D}" install || die
64
	emake DESTDIR="${D}" install || die
65
	# fix ldflags leaking into pkgconifg
66
	sed -e 's/-L\${libdir}.*-lImlib/-L${libdir} -lImlib/' \
67
		-i "${ED}"/usr/$(get_libdir)/pkgconfig/imlib.pc || die
58
}
68
}
59
69
60
multilib_src_install_all() {
70
multilib_src_install_all() {

Return to bug 499268