summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-20 06:03:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-20 06:03:28 +0800
commit22b845015df6acb2f643a2b200d74d5a67be3e08 (patch)
tree5b029b085a4f92b8c84a02669f093bc374082caf /devel/gnome-vfs/files
parent095fad1fd0600919d131e3e0eb98b93d3f3c0805 (diff)
downloadmarcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar.gz
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar.bz2
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar.lz
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar.xz
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.tar.zst
marcuscom-ports-22b845015df6acb2f643a2b200d74d5a67be3e08.zip
Remove support for a separate X11BASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8888 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
index 621282a5e..a9879578a 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_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 = "%%LOCALBASE%%/share/:%%X11BASE%%/share/";
++ xdg_data_dirs = "%%LOCALBASE%%/share/";
ptr = xdg_data_dirs;