On Tue, Apr 01, 2003 at 05:16:58AM -0800, R Parker wrote:
src_compile() {
sh autogen.sh
econf || die "configure failed"
# while troubleshooting upgrades to ardour-cvs-0.6 i changed from
# emake to make. Can probably change back. Need to test.
make || die "parallel make failed"
}
would change to
src_compile() {
sh autogen.sh
econf || die "configure failed"
cd gtk-ardour; make version.h; cd ..
# while troubleshooting upgrades to ardour-cvs-0.6 i changed from
# emake to make. Can probably change back. Need to test.
make || die "parallel make failed"
}
But indeed... i think paul will be faster than jje at gentoo...
emerge ardour-cvs only works if cvs works out of the box.
--
torben Hohn
http://galan.sourceforge.net -- The graphical Audio language
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.