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

(-)/usr/portage/media-gfx/imagemagick/imagemagick-6.4.1.3.ebuild (-1 / +2 lines)
Lines 16-22 LICENSE="imagemagick" Link Here
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
18
IUSE="bzip2 djvu doc fontconfig fpx graphviz gs hdri jbig jpeg jpeg2k lcms nocxx
18
IUSE="bzip2 djvu doc fontconfig fpx graphviz gs hdri jbig jpeg jpeg2k lcms nocxx
19
	openexr perl png q8 q32 svg tiff truetype X wmf xml zlib"
19
	openexr openmp perl png q8 q32 svg tiff truetype X wmf xml zlib"
20
20
21
RDEPEND="bzip2? ( app-arch/bzip2 )
21
RDEPEND="bzip2? ( app-arch/bzip2 )
22
	djvu? ( app-text/djvu )
22
	djvu? ( app-text/djvu )
Lines 99-104 src_compile() { Link Here
99
		--with-ltdl-lib=/usr/$(get_libdir) \
99
		--with-ltdl-lib=/usr/$(get_libdir) \
100
		--with-threads \
100
		--with-threads \
101
		--with-modules \
101
		--with-modules \
102
		$(use_enable openmp) \
102
		$(use_with perl) \
103
		$(use_with perl) \
103
		--with-gs-font-dir=/usr/share/fonts/default/ghostscript \
104
		--with-gs-font-dir=/usr/share/fonts/default/ghostscript \
104
		$(use_enable hdri) \
105
		$(use_enable hdri) \

Return to bug 223817