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

Collapse All | Expand All

(-)wine-1.7.27.ebuild (+3 lines)
Lines 331-336 Link Here
331
		# First of all, don't run autoreconf and tools/make_requests twice
331
		# First of all, don't run autoreconf and tools/make_requests twice
332
		sed -i 's/.*cat.*sort.*patchlist.*APPLY.*/&\n\n.PHONY: postinstall\npostinstall:/' \
332
		sed -i 's/.*cat.*sort.*patchlist.*APPLY.*/&\n\n.PHONY: postinstall\npostinstall:/' \
333
			"../wine-compholio-${COMPHOLIOV}"/patches/Makefile || die
333
			"../wine-compholio-${COMPHOLIOV}"/patches/Makefile || die
334
		# See bug #518792: fix possible awk trouble
335
		sed -i 's/# Decode base85 git data.*/export LANG=C\nexport LC_ALL=C\n\n&/' \
336
			"../wine-compholio-${COMPHOLIOV}"/debian/tools/gitapply.sh || die
334
		# Use Makefile instead of manually applying patches
337
		# Use Makefile instead of manually applying patches
335
		# ...exclude pulseaudio patchset, we apply it conditionally
338
		# ...exclude pulseaudio patchset, we apply it conditionally
336
		make -C "../wine-compholio-${COMPHOLIOV}"/patches DESTDIR=$(pwd) \
339
		make -C "../wine-compholio-${COMPHOLIOV}"/patches DESTDIR=$(pwd) \

Return to bug 518792