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

(-)a/media-sound/pms/pms-0.42-r1.ebuild (-1 / +3 lines)
Lines 34-39 src_prepare() { Link Here
34
	# Compatibility with automake 1.14
34
	# Compatibility with automake 1.14
35
	sed -i -e '/AM_INIT_AUTOMAKE/s/-Werror/subdir-objects/' configure.ac || die 'sed on configure.ac failed'
35
	sed -i -e '/AM_INIT_AUTOMAKE/s/-Werror/subdir-objects/' configure.ac || die 'sed on configure.ac failed'
36
36
37
	# bug #351995
38
	sed -i -e '394s/BUFFER/ERRORSTR/' src/libmpdclient.c || die 'sed on libmpdclient.c failed'
39
37
	epatch_user
40
	epatch_user
38
41
39
	eautoreconf
42
	eautoreconf
40
- 

Return to bug 351996