On Mon, 19 Aug 2013 16:00:28 +0800, Wang Xuerui wrote: > You'd better patch the ebuild's src_configure section (before you > forget your exact modifications), then put them into your overlay; If > you don't have an overlay already, it's a good opportunity to create > one.
If the ebuild supports epatch, you can just create a patch for the
makefile and drop it in /etc/portage/patches/cat/pkg
If the ebuild doesn't support epatch, you can for it by putting this
in /etc/portage/env/cat/pkg
post_src_unpack() {
cd "${S}"
epatch_user
}
--
Neil Bothwick
Angular Momentum Makes The World Go 'Round
signature.asc
Description: PGP signature

