aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-26 03:28:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-26 03:28:37 +0000
commit93181c3dd70583aadb2a3f0d4ffa568b390a4622 (patch)
tree42987e3e2a4e9ccb8565682ae25c48d8517d62e4 /devel/gnome-vfs/files
parent450c885cbe8bfb12fa1741f76f2521b12e5369d7 (diff)
downloadports-93181c3dd70583aadb2a3f0d4ffa568b390a4622.tar.gz
ports-93181c3dd70583aadb2a3f0d4ffa568b390a4622.zip
Notes
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
new file mode 100644
index 000000000000..213ed03ece45
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
@@ -0,0 +1,11 @@
+--- libgnomevfs/xdgmime.c.orig Wed Jun 23 20:15:25 2004
++++ libgnomevfs/xdgmime.c Wed Jun 23 20:15:41 2004
+@@ -97,7 +97,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/";
+
+ ptr = xdg_data_dirs;
+