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

Collapse All | Expand All

(-)imlib-1.9.15.ebuild.orig (-4 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15.ebuild,v 1.3 2006/04/12 14:38:09 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15.ebuild,v 1.3 2006/04/12 14:38:09 flameeyes Exp $
4
4
5
inherit eutils gnome.org libtool
5
inherit eutils gnome.org libtool autotools
6
6
7
DESCRIPTION="Image loading and rendering library"
7
DESCRIPTION="Image loading and rendering library"
8
HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib.html"
8
HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib.html"
Lines 37-45 Link Here
37
	epatch "${FILESDIR}"/${PN}-1.9.14-m4.patch
37
	epatch "${FILESDIR}"/${PN}-1.9.14-m4.patch
38
	# Add configure switch to enable/disable Gdk functions. See bug #40453.
38
	# Add configure switch to enable/disable Gdk functions. See bug #40453.
39
	epatch ${FILESDIR}/${P}-gdk_flag.patch
39
	epatch ${FILESDIR}/${P}-gdk_flag.patch
40
40
	# removes hardcoded ldflags from imlib-config output
41
	autoconf || die "autoconf failed"
41
	epatch ${FILESDIR}/${P}-as-needed.patch
42
	automake || die "automake failed"
42
	# removed old direct invocations of autoconf and automake
43
	eautoreconf
43
44
44
	elibtoolize
45
	elibtoolize
45
}
46
}

Return to bug 133821