summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlailect2016-08-07 13:50:05 -0400
committerPlailect2016-08-07 13:50:05 -0400
commitcde710a4726d24f199335786ba166a09c3ae0ca5 (patch)
tree1b80d7b8124319466ee6438821fed1a4de919b8e
parent0fedb2894f755b09249ed36fd676a78cdb85cd4b (diff)
downloadaur-cde710a4726d24f199335786ba166a09c3ae0ca5.tar.gz
removed curl fix
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84e09fdb6430..37563e53a420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,10 +27,6 @@ pkgver() {
prepare() {
cd dolphin-emu
- sed -i -e 's/#include <vector>/#include <vector>\n#include <curl\/curlver\.h>/' Source/Core/Common/Analytics.h
- sed -i -e 's/#include "Common\/Flag\.h"/#include "Common\/Flag\.h"\n\n#if LIBCURL_VERSION_MAJOR >= 7 \&\& LIBCURL_VERSION_MINOR >= 50\ntypedef struct Curl_easy CURL;\n#else/' Source/Core/Common/Analytics.h
- sed -i -e 's/typedef void CURL;/typedef void CURL;\n#endif/' Source/Core/Common/Analytics.h
-
if [[ -d build ]]; then
rm -rf build
fi