summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-24 15:12:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-24 15:12:37 +0800
commit87d1195fa333d17d4d2a6a435cf022eb0e5979d9 (patch)
treee1ce27e048cac585e1a19c52c37adc7542800ce7 /devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
parent8895ea7293df15e46e7fff9d2553fbd36d8165ed (diff)
downloadmarcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar.gz
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar.bz2
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar.lz
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar.xz
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.tar.zst
marcuscom-ports-87d1195fa333d17d4d2a6a435cf022eb0e5979d9.zip
Make sure to check the GNOME datadirs for application and MIME entries.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
index 1a5401560..873c86d22 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
@@ -5,7 +5,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/";
++ xdg_data_dirs = "/usr/local/share/:%%X11BASE%%/share/:/usr/share/:/usr/local/share/gnome:%%X11BASE%%/share/gnome/:/usr/share/gnome/";
ptr = xdg_data_dirs;