diff options
Diffstat (limited to 'meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch')
| -rw-r--r-- | meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch new file mode 100644 index 0000000000..db8af841f4 --- /dev/null +++ b/meta-oe/recipes-navigation/tangogps/tangogps-0.99.4/remove.unused.header.patch | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | curl/types.h was removed in | ||
| 2 | https://github.com/bagder/curl/commit/2ef7a28a71f819343afefa721e5497119fb2cee0#include/curl | ||
| 3 | and is not available in curl-7.21.8 and newer | ||
| 4 | |||
| 5 | diff -uNr tangogps-0.99.4.orig//src/util.h tangogps-0.99.4/src/util.h | ||
| 6 | --- tangogps-0.99.4.orig//src/util.h 2009-11-06 13:16:05.000000000 +0100 | ||
| 7 | +++ tangogps-0.99.4/src/util.h 2011-07-21 14:36:59.208792227 +0200 | ||
| 8 | @@ -2,7 +2,6 @@ | ||
| 9 | #include <gtk/gtk.h> | ||
| 10 | |||
| 11 | #include <curl/curl.h> | ||
| 12 | -#include <curl/types.h> | ||
| 13 | #include <curl/easy.h> | ||
| 14 | int | ||
| 15 | sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**)); | ||
| 16 | diff -uNr tangogps-0.99.4.orig//src/friends.c tangogps-0.99.4/src/friends.c | ||
| 17 | --- tangogps-0.99.4.orig//src/friends.c 2010-06-25 11:40:04.000000000 +0200 | ||
| 18 | +++ tangogps-0.99.4/src/friends.c 2011-07-21 14:39:14.711789408 +0200 | ||
| 19 | @@ -17,7 +17,6 @@ | ||
| 20 | #include <gtk/gtk.h> | ||
| 21 | |||
| 22 | #include <curl/curl.h> | ||
| 23 | -#include <curl/types.h> | ||
| 24 | #include <curl/easy.h> | ||
| 25 | |||
| 26 | |||
| 27 | diff -uNr tangogps-0.99.4.orig//src/tile_management.c tangogps-0.99.4/src/tile_management.c | ||
| 28 | --- tangogps-0.99.4.orig//src/tile_management.c 2010-06-25 11:40:05.000000000 +0200 | ||
| 29 | +++ tangogps-0.99.4/src/tile_management.c 2011-07-21 14:38:45.030790011 +0200 | ||
| 30 | @@ -5,7 +5,6 @@ | ||
| 31 | #include <glib/gprintf.h> | ||
| 32 | #include <string.h> | ||
| 33 | #include <curl/curl.h> | ||
| 34 | -#include <curl/types.h> | ||
| 35 | #include <curl/easy.h> | ||
| 36 | #include <math.h> | ||
| 37 | #include "globals.h" | ||
