summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-22 23:36:50 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-22 23:36:50 +0800
commit80c4793351060da0d44d6b036065dd0219f1937a (patch)
tree2b0143c39271a9d4f53bd821d9b341b531a8eca1 /devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
parentbd8c5d8beda96b0a1a3e81f5d0f38d46b13bc556 (diff)
downloadmarcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar.gz
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar.bz2
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar.lz
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar.xz
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.tar.zst
marcuscom-ports-80c4793351060da0d44d6b036065dd0219f1937a.zip
Update to 2.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2531 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
index 213ed03ec..1a5401560 100644
--- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
+++ b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c
@@ -1,11 +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 @@
+--- libgnomevfs/xdgmime.c.orig Thu Jul 22 11:20:13 2004
++++ libgnomevfs/xdgmime.c Thu Jul 22 11:20:52 2004
+@@ -189,7 +189,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/";
+ 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;
+ ptr = xdg_data_dirs;