Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
S=${WORKDIR}/${P}
src_compile() {
# A Makefile hack to remove the spurious installation of
# documentation into /usr/doc/gtkam
cd ${S}
cp Makefile.in Makefile.in.orig
sed -e 's/install-data-am:.*/install-data-am:/g' Makefile.in.orig > Makefile.in
rm Makefile.in.orig
econf --without-gimp
emake || die
}