Date: Thursday, September 10, 2015 @ 13:05:39
  Author: schuay
Revision: 139790

dolphin-emu-1:4.0.2-9 rebuild

Modified:
  dolphin-emu/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-09-10 10:51:25 UTC (rev 139789)
+++ PKGBUILD    2015-09-10 11:05:39 UTC (rev 139790)
@@ -5,7 +5,7 @@
 
 pkgname=dolphin-emu
 pkgver=4.0.2
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('i686' 'x86_64')
@@ -31,6 +31,10 @@
 
   patch -Np1 -i ../dolphin-emu-findx11.patch
   patch -Np1 -i ../dolphin-emu-gcc49.patch
+
+  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
+  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
&upnperror);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \&upnperror);:' \
+      Source/Core/Core/Src/NetPlayServer.cpp
 }
 
 build() {

Reply via email to