[dolphin-emu: 2/2] Fix curl 7.5.0 build failure

Jeremy Newton jem256 at rpmfusion.org
Tue Jul 26 06:00:54 CEST 2016


commit 7bcdc9794184e8bad27277022756c4fd35b76439
Author: Mystro256 <alexjnewt at hotmail.com>
Date:   Tue Jul 26 00:00:32 2016 -0400

    Fix curl 7.5.0 build failure

 dolphin-emu.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/dolphin-emu.spec b/dolphin-emu.spec
index 4039741..b4ce772 100644
--- a/dolphin-emu.spec
+++ b/dolphin-emu.spec
@@ -2,7 +2,7 @@
 
 Name:           dolphin-emu
 Version:        5.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GameCube / Wii / Triforce Emulator
 
 Url:            https://dolphin-emu.org/
@@ -78,6 +78,9 @@ Dolphin Emulator without a graphical user interface
 #Allow building with cmake macro
 sed -i '/CMAKE_C.*_FLAGS/d' CMakeLists.txt
 
+#Patch for curl 7.5.0
+sed -i 's/typedef void CURL/typedef struct Curl_easy CURL/g' Source/Core/Common/Analytics.h
+
 ###Remove Bundled Libraries except xxhash, mentioned above:
 cd Externals
 rm -rf `ls | grep -v 'Bochs' | grep -v 'xxhash' | grep -v 'GL'`
@@ -129,6 +132,9 @@ fi
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Mon Jul 25 2016 Jeremy Newton <alexjnewt at hotmail dot com> - 5.0-4
+- Patch for curl 7.5.0
+
 * Mon Jul 25 2016 Jeremy Newton <alexjnewt at hotmail dot com> - 5.0-3
 - Added systemd-devel as build require
 - Rebuild for miniupnpc-2.0


More information about the rpmfusion-commits mailing list