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

(-)a/media-sound/ecasound/ecasound-2.9.3.ebuild (-5 / +4 lines)
Lines 35-40 RDEPEND="sys-libs/readline:0= Link Here
35
	sndfile? ( media-libs/libsndfile:= )"
35
	sndfile? ( media-libs/libsndfile:= )"
36
DEPEND="${RDEPEND}
36
DEPEND="${RDEPEND}
37
	virtual/pkgconfig"
37
	virtual/pkgconfig"
38
BDEPEND="sys-apps/ed"
38
PATCHES=(
39
PATCHES=(
39
	"${FILESDIR}"/${P}-ldflags.patch
40
	"${FILESDIR}"/${P}-ldflags.patch
40
	"${FILESDIR}"/${PN}-2.9.1-tinfo.patch
41
	"${FILESDIR}"/${PN}-2.9.1-tinfo.patch
Lines 47-56 pkg_setup() { Link Here
47
src_prepare() {
48
src_prepare() {
48
	default
49
	default
49
50
50
#	if use python ; then
51
	# https://bugs.gentoo.org/787620
51
#		sed -i -e "s:\$(ecasoundc_libs):\0 $(python_get_library -l):" \
52
	printf '%s\n' H '/^EXTRACXXFLAGS="-std=c++98"$/s/98/11/' w q |
52
#			pyecasound/Makefile.am || die "sed failed"
53
		ed -s configure.ac || die "Couldn't patch EXTRACXXFLAGS in configure.ac"
53
#	fi
54
54
55
	eautoreconf
55
	eautoreconf
56
}
56
}
57
- 

Return to bug 787620