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 (-1 / +6 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
337
		# excluding patch dirs does not seem to work in this version
338
		sed -i '/winepulse-PulseAudio_Support.ok \\/d' \
339
			"../wine-compholio-${COMPHOLIOV}"/patches/Makefile || die
334
		# Use Makefile instead of manually applying patches
340
		# Use Makefile instead of manually applying patches
335
		# ...exclude pulseaudio patchset, we apply it conditionally
341
		# ...exclude pulseaudio patchset, we apply it conditionally
336
		make -C "../wine-compholio-${COMPHOLIOV}"/patches DESTDIR=$(pwd) \
342
		make -C "../wine-compholio-${COMPHOLIOV}"/patches DESTDIR=$(pwd) \
Lines 389-395 Link Here
389
		$(use_with opengl)
395
		$(use_with opengl)
390
		$(use_with osmesa)
396
		$(use_with osmesa)
391
		$(use_with oss)
397
		$(use_with oss)
392
		--without-pcap
393
		$(use_with png)
398
		$(use_with png)
394
		$(use_with threads pthread)
399
		$(use_with threads pthread)
395
		$(use_with scanner sane)
400
		$(use_with scanner sane)

Return to bug 518792