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

--- gio/xdgmime/xdgmime.c.orig	2008-09-02 15:09:17.000000000 +0000
+++ gio/xdgmime/xdgmime.c
@@ -254,7 +254,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;
 
