--- fam-2.7.0-r2.ebuild.orig 2005-02-07 21:10:11.000000000 +0100 +++ fam-2.7.0-r2.ebuild.orig 2005-02-08 19:55:30.726738880 +0100 @@ -22,7 +22,7 @@ cd ${S} # dnotify patch #43027 - epatch ${FILESDIR}/${P}-dnotify.patch + # epatch ${FILESDIR}/${P}-dnotify.patch # Fix permission problems with user* in FEATURES (#35307) chmod u+w ${S}/configure @@ -35,6 +35,11 @@ libtoolize --copy --force } +src_compile() { + econf --disable-libtool-lock || die "could not configure" + emake -j1 || die "emake failed" +} + src_install() { make install DESTDIR="${D}" || die