File geoclue-gammu-api.patch of Package geoclue
Index: geoclue-0.11.1/providers/gsmloc/geoclue-gsmloc.c
===================================================================
--- geoclue-0.11.1.orig/providers/gsmloc/geoclue-gsmloc.c
+++ geoclue-0.11.1/providers/gsmloc/geoclue-gsmloc.c
@@ -104,7 +104,7 @@ static gboolean geoclue_gsmloc_get_cell
}
/* Find and read configuration file */
- error = GSM_FindGammuRC (&cfg);
+ error = GSM_FindGammuRC (&cfg, NULL);
if (error != ERR_NONE) {
g_printerr ("Gammu error: %s\n", GSM_ErrorString (error));
if (GSM_IsConnected (state)) {