openbsd-ports/geo/tangogps/patches/patch-src_map_management_c
2012-03-23 13:28:25 +00:00

16 lines
422 B
Plaintext

$OpenBSD: patch-src_map_management_c,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- src/map_management.c.orig Thu Mar 22 09:15:14 2012
+++ src/map_management.c Thu Mar 22 09:15:21 2012
@@ -2,8 +2,6 @@
#include <glib.h>
#include <gtk/gtk.h>
-#include <glib/gstring.h>
-#include <glib/gprintf.h>
#include <gconf/gconf.h>
#include <math.h>
#include "support.h"