View | Details | Raw Unified
Collapse All | Expand All

(-) fam-2.7.0.ebuild.orig (+7 lines)
 Lines 16-21    Link Here 
src_unpack() {
src_unpack() {
	unpack ${A}
	unpack ${A}
	epatch ${FILESDIR}/fam-2.7.0-dnotify.patch
	# Fix permission problems with user* in FEATURES (#35307)
	# Fix permission problems with user* in FEATURES (#35307)
	chmod u+w ${S}/configure
	chmod u+w ${S}/configure
 Lines 23-28    Link Here 
	# Please do not remove this again - fixes $S and $D in libtool linker
	# Please do not remove this again - fixes $S and $D in libtool linker
	# scripts (.la files)
	# scripts (.la files)
	cd ${S}; elibtoolize
	cd ${S}; elibtoolize
	
	export WANT_AUTOCONF=2.5
	export WANT_AUTOMAKE=1.5
	aclocal
	autoconf
	automake --add-missing
}
}
src_install() {
src_install() {