diff options
author | 2012-03-12 19:44:08 +0000 | |
---|---|---|
committer | 2012-03-12 19:44:08 +0000 | |
commit | 159685f18840cb566e0df18a5b1fcc495ad5a415 (patch) | |
tree | 42a5ce324005d27a65a546ab6f6a2ee5727348c5 /games-server/crossfire-server/files | |
parent | arm stable, bug #405219 (diff) | |
download | gentoo-2-159685f18840cb566e0df18a5b1fcc495ad5a415.tar.gz gentoo-2-159685f18840cb566e0df18a5b1fcc495ad5a415.tar.bz2 gentoo-2-159685f18840cb566e0df18a5b1fcc495ad5a415.zip |
version bump
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'games-server/crossfire-server/files')
-rw-r--r-- | games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch b/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch new file mode 100644 index 000000000000..86365d2ee85b --- /dev/null +++ b/games-server/crossfire-server/files/crossfire-server-1.60.0-curl.patch @@ -0,0 +1,10 @@ +--- socket/metaserver.c.old 2011-10-10 16:23:40.513409319 +0200 ++++ socket/metaserver.c 2011-10-10 16:23:46.617408594 +0200 +@@ -48,7 +48,6 @@ + + #ifdef HAVE_CURL_CURL_H + #include <curl/curl.h> +-#include <curl/types.h> + #include <curl/easy.h> + #endif + |