aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk20/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-19 22:01:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-19 22:01:13 +0000
commit90774037f4cc76516784395d95af396005e33103 (patch)
tree35fc1b521c191fcaee97cff250a56a76e3e958a6 /x11-toolkits/gtk20/files
parentfd84d6227dddbfa34de86b2b1b820065708986a6 (diff)
Notes
Diffstat (limited to 'x11-toolkits/gtk20/files')
-rw-r--r--x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c2
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;