freebsd-ports/x11-toolkits/gtk20/files/patch-gtk_xdgmime_xdgmime.c
Joe Marcus Clarke 90774037f4 Remove support for a separate X11BASE.
Approved by:	portmgr (implicit)
2007-05-19 22:01:13 +00:00

11 lines
364 B
C

--- gtk/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004
+++ gtk/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004
@@ -204,7 +204,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/gnome/:/usr/local/share/:/usr/share/";
ptr = xdg_data_dirs;