--- wine-1.7.27.ebuild 2014-09-23 18:10:48.301503712 +0200 +++ wine-1.7.23.ebuild 2014-09-23 18:12:06.614524665 +0200 @@ -331,6 +331,12 @@ # First of all, don't run autoreconf and tools/make_requests twice sed -i 's/.*cat.*sort.*patchlist.*APPLY.*/&\n\n.PHONY: postinstall\npostinstall:/' \ "../wine-compholio-${COMPHOLIOV}"/patches/Makefile || die + # See bug #518792: fix possible awk trouble + sed -i 's/# Decode base85 git data.*/export LANG=C\nexport LC_ALL=C\n\n&/' \ + "../wine-compholio-${COMPHOLIOV}"/debian/tools/gitapply.sh || die + # excluding patch dirs does not seem to work in this version + sed -i '/winepulse-PulseAudio_Support.ok \\/d' \ + "../wine-compholio-${COMPHOLIOV}"/patches/Makefile || die # Use Makefile instead of manually applying patches # ...exclude pulseaudio patchset, we apply it conditionally make -C "../wine-compholio-${COMPHOLIOV}"/patches DESTDIR=$(pwd) \ @@ -389,7 +395,6 @@ $(use_with opengl) $(use_with osmesa) $(use_with oss) - --without-pcap $(use_with png) $(use_with threads pthread) $(use_with scanner sane)