summaryrefslogtreecommitdiff
path: root/games/openlierox/http_curl.patch
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-22 17:31:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:52:07 +0700
commit28349be469b940e31ba456af43c2733c4106c055 (patch)
treea80c077c3f46fb880b3613f45d015a7d1a9d9b57 /games/openlierox/http_curl.patch
parent44939e2bae7e8ab6d668aeb878a393f704b6a9fa (diff)
downloadslackbuilds-28349be469b940e31ba456af43c2733c4106c055.tar.gz
games/openlierox: Downgraded to 0.58_rc3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openlierox/http_curl.patch')
-rw-r--r--games/openlierox/http_curl.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/openlierox/http_curl.patch b/games/openlierox/http_curl.patch
new file mode 100644
index 0000000000..c74fcd3d22
--- /dev/null
+++ b/games/openlierox/http_curl.patch
@@ -0,0 +1,20 @@
+--- openlierox-0.58_rc3/include/HTTP.original.h 2014-04-19 19:58:09.213990582 +0300
++++ openlierox-0.58_rc3/include/HTTP.h 2014-04-21 13:45:11.485876525 +0300
+@@ -21,7 +21,6 @@
+
+ #include <string>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include "Networking.h"
+--- openlierox-0.58_rc3/src/common/HTTP.original.cpp 2014-04-19 20:48:13.255434896 +0300
++++ openlierox-0.58_rc3/src/common/HTTP.cpp 2014-04-21 13:48:08.493663623 +0300
+@@ -25,7 +25,6 @@
+ #include <stdlib.h>
+ #endif
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ #include "LieroX.h"