View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-gfx/gtkam/gtkam-0.1.9.ebuild (+8 lines)
 Lines 16-21    Link Here 
S=${WORKDIR}/${P}
S=${WORKDIR}/${P}
src_compile() {
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
	econf --without-gimp
	emake || die
	emake || die
}
}