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

Collapse All | Expand All

(-)dvipng-1.12-r1.ebuild (-2 / +6 lines)
Lines 11-17 Link Here
11
11
12
LICENSE="LGPL-3"
12
LICENSE="LGPL-3"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
15
IUSE="t1lib truetype test"
15
IUSE="t1lib truetype test"
16
16
17
RDEPEND="media-libs/gd[jpeg,png]
17
RDEPEND="media-libs/gd[jpeg,png]
Lines 31-38 Link Here
31
		sed -i -e 's/T1_InitLib/dIsAbLe&/' configure || die "sed failed"
31
		sed -i -e 's/T1_InitLib/dIsAbLe&/' configure || die "sed failed"
32
	fi
32
	fi
33
33
34
	if ! use truetype; then
35
		sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed failed"
36
	fi
37
34
	export VARTEXFONTS="${T}/fonts"
38
	export VARTEXFONTS="${T}/fonts"
35
	econf $(use_with truetype freetype)
39
	econf
36
}
40
}
37
41
38
src_install() {
42
src_install() {

Return to bug 316329