Summary: | media-gfx/imagemagick: fix LFS cross-compile detection | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | Current packages | Assignee: | Gentoo Graphics Project <graphics+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | lfs patch |
Created attachment 287291 [details, diff] lfs patch see patch for details. OK to commit ? --- imagemagick-6.7.2.6.ebuild +++ imagemagick-6.7.2.6.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.7.2.6.ebuild,v 1.1 2011/09/14 13:10:26 ssuominen Exp $ EAPI=4 -inherit multilib toolchain-funcs versionator +inherit multilib toolchain-funcs versionator eutils autotools MY_P=ImageMagick-$(replace_version_separator 3 '-') @@ -63,6 +63,11 @@ DOCS=( AUTHORS.txt ChangeLog NEWS.txt README.txt ) +src_prepare() { + epatch "${FILESDIR}"/${P}-lfs.patch + eautoreconf +} + src_configure() { local depth=16 use q8 && depth=8