diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-19 22:01:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-19 22:01:13 +0000 |
commit | 90774037f4cc76516784395d95af396005e33103 (patch) | |
tree | 35fc1b521c191fcaee97cff250a56a76e3e958a6 /x11-toolkits/gtk20/files | |
parent | fd84d6227dddbfa34de86b2b1b820065708986a6 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c b/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c index b39aaedd07b5..c33fc40e8264 100644 --- a/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c +++ b/x11-toolkits/gtk20/files/patch-gtk_xdgmime_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 = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; ++ xdg_data_dirs = "/usr/local/share/gnome/:/usr/local/share/:/usr/share/"; ptr = xdg_data_dirs; |