summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/files/patch-libgnomevfs_xdgmime.c
blob: 213ed03ece45b2f546da115f531242039c44ef02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgnomevfs/xdgmime.c.orig  Wed Jun 23 20:15:25 2004
+++ libgnomevfs/xdgmime.c   Wed Jun 23 20:15:41 2004
@@ -97,7 +97,7 @@
 
       xdg_data_dirs = getenv ("XDG_DATA_DIRS");
       if (xdg_data_dirs == NULL)
-   xdg_data_dirs = "/usr/local/share/:/usr/share/";
+   xdg_data_dirs = "/usr/local/share/:%%X11BASE%%/share/:/usr/share/";
 
       ptr = xdg_data_dirs;