pkgsrc/databases/mergeant/patches/patch-aa
drochner 7399c9957c update the gnomedb frontend to 0.52
too many changes to list here, this pkg was really outdated
2005-02-24 19:18:57 +00:00

14 lines
338 B
Text

$NetBSD: patch-aa,v 1.2 2005/02/24 19:18:57 drochner Exp $
--- frontend/main.c.orig 2005-01-18 19:55:41.000000000 +0100
+++ frontend/main.c
@@ -24,6 +24,9 @@
*/
#include <libgnomedb/libgnomedb.h>
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
#include "workspace-window.h"
#include "component-factory.h"
#include "session.h"