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

(-)setools-3.3.7-r3.ebuild (+3 lines)
Lines 89-94 Link Here
89
		sed -e "/^AM_LDFLAGS =/s/@PYTHON_LDFLAGS@/\$(PYTHON_LDFLAGS)/" -i ${dir}/Makefile.am || die "sed failed"
89
		sed -e "/^AM_LDFLAGS =/s/@PYTHON_LDFLAGS@/\$(PYTHON_LDFLAGS)/" -i ${dir}/Makefile.am || die "sed failed"
90
	done
90
	done
91
91
92
	# Bug #424581, Must use MKDIRP_P when working with >=sys-devel/automake-1.12
93
	has_version ">=sys-devel/automake-1.12.1" && { find . -name 'Makefile.*' -exec sed -i -e 's:mkdir_p:MKDIR_P:g' {} +  || die; }
94
	
92
	eautoreconf
95
	eautoreconf
93
96
94
	# Disable byte-compilation of Python modules.
97
	# Disable byte-compilation of Python modules.

Return to bug 424581