Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78814
Collapse All | Expand All

(-)fam-2.7.0-r2.ebuild.orig (-1 / +6 lines)
Lines 22-28 Link Here
22
22
23
	cd ${S}
23
	cd ${S}
24
	# dnotify patch #43027
24
	# dnotify patch #43027
25
	epatch ${FILESDIR}/${P}-dnotify.patch
25
	# epatch ${FILESDIR}/${P}-dnotify.patch
26
26
27
	# Fix permission problems with user* in FEATURES (#35307)
27
	# Fix permission problems with user* in FEATURES (#35307)
28
	chmod u+w ${S}/configure
28
	chmod u+w ${S}/configure
Lines 35-40 Link Here
35
	libtoolize --copy --force
35
	libtoolize --copy --force
36
}
36
}
37
37
38
src_compile() {
39
	econf --disable-libtool-lock || die "could not configure"
40
	emake -j1 || die "emake failed"
41
}
42
38
src_install() {
43
src_install() {
39
44
40
	make install DESTDIR="${D}" || die
45
	make install DESTDIR="${D}" || die

Return to bug 78814