$NetBSD: patch-cb,v 1.2 2008/09/06 11:07:21 obache Exp $

--- gio/xdgmime/xdgmime.c.orig	2009-10-06 22:07:59.000000000 +0200
+++ gio/xdgmime/xdgmime.c
@@ -257,7 +257,7 @@ xdg_run_command_on_dirs (XdgDirectoryFun
 
   xdg_data_dirs = getenv ("XDG_DATA_DIRS");
   if (xdg_data_dirs == NULL)
-    xdg_data_dirs = "/usr/local/share/:/usr/share/";
+    xdg_data_dirs = PREFIX "/share/";
 
   ptr = xdg_data_dirs;
 
