Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 330201 | Differences between
and this patch

Collapse All | Expand All

(-)xbmc-9999.ebuild-orig (-1 / +5 lines)
Lines 113-124 Link Here
113
113
114
src_prepare() {
114
src_prepare() {
115
	sed -i \
115
	sed -i \
116
		-e 's:AC_CHECK_LIB(\[dts\]:AC_CHECK_LIB(\[dca\]:' \
117
			configure.in || die
118
119
	sed -i \
116
		-e '1i#include <stdlib.h>\n#include <string.h>\n' \
120
		-e '1i#include <stdlib.h>\n#include <string.h>\n' \
117
		xbmc/lib/libid3tag/libid3tag/metadata.c || die
121
		xbmc/lib/libid3tag/libid3tag/metadata.c || die
118
122
119
	# some dirs ship generated autotools, some dont
123
	# some dirs ship generated autotools, some dont
120
	local d
124
	local d
121
	for d in . xbmc/cores/dvdplayer/Codecs/{libbdnav,libdvd/lib*/} lib/cpluff ; do
125
	for d in . xbmc/cores/dvdplayer/Codecs/libdvd/lib*/ lib/cpluff ; do
122
		[[ -e ${d}/configure ]] && continue
126
		[[ -e ${d}/configure ]] && continue
123
		pushd ${d} >/dev/null
127
		pushd ${d} >/dev/null
124
		einfo "Generating autotools in ${d}"
128
		einfo "Generating autotools in ${d}"

Return to bug 330201