diff options
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c b/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c deleted file mode 100644 index 76c5eea6c35b..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/xdgmime/xdgmime.c.orig Wed Jun 23 20:19:43 2004 -+++ gtk/xdgmime/xdgmime.c Wed Jun 23 20:19:56 2004 -@@ -98,7 +98,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/"; - - ptr = xdg_data_dirs; - |