summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-28 05:26:26 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-28 05:26:26 +0800
commitceffeb745aa4e4a283889bd9c0cee1b57ec47fb2 (patch)
treee6ac0924e710ff1dfed03cc29409bad8123070b6 /devel/gnomevfs2/files
parentb39b454ca485b6bb06996c64739011eecce528ae (diff)
downloadmarcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar.gz
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar.bz2
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar.lz
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar.xz
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.tar.zst
marcuscom-ports-ceffeb745aa4e4a283889bd9c0cee1b57ec47fb2.zip
Merge X11BASE mime patches from the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2415 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files')
-rw-r--r--devel/gnomevfs2/files/patch-libgnomevfs_xdgmime.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_xdgmime.c b/devel/gnomevfs2/files/patch-libgnomevfs_xdgmime.c
new file mode 100644
index 000000000..213ed03ec
--- /dev/null
+++ b/devel/gnomevfs2/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;
+