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

Collapse All | Expand All

(-)imlib-1.9.14-r1.ebuild.old (-2 / +2 lines)
Lines 10-16 Link Here
10
SLOT="0"
10
SLOT="0"
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ppc64"
12
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips ppc64"
13
IUSE=""
13
IUSE="gtk"
14
14
15
DEPEND="gtk? ( =x11-libs/gtk+-1.2* )
15
DEPEND="gtk? ( =x11-libs/gtk+-1.2* )
16
	>=media-libs/tiff-3.5.5
16
	>=media-libs/tiff-3.5.5
Lines 27-33 Link Here
27
}
27
}
28
28
29
src_compile() {
29
src_compile() {
30
	use gtk || econf_args="--with-gtk-prefix=/dev/null --disable-gtktest"
30
	use gtk || econf_args="--with-gtk-prefix="" --disable-gtktest"
31
	elibtoolize
31
	elibtoolize
32
	econf --sysconfdir=/etc/imlib ${econf_args} || die
32
	econf --sysconfdir=/etc/imlib ${econf_args} || die
33
	emake || die
33
	emake || die

Return to bug 40453