diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-19 22:01:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-19 22:01:13 +0000 |
commit | 90774037f4cc76516784395d95af396005e33103 (patch) | |
tree | 35fc1b521c191fcaee97cff250a56a76e3e958a6 /misc/shared-mime-info/files/patch-update-mime-database.c | |
parent | Add missing mtree file. (diff) |
Remove support for a separate X11BASE.
Approved by: portmgr (implicit)
Diffstat (limited to '')
-rw-r--r-- | misc/shared-mime-info/files/patch-update-mime-database.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/shared-mime-info/files/patch-update-mime-database.c b/misc/shared-mime-info/files/patch-update-mime-database.c index a9837e64314c..0af2d2a1fd86 100644 --- a/misc/shared-mime-info/files/patch-update-mime-database.c +++ b/misc/shared-mime-info/files/patch-update-mime-database.c @@ -15,7 +15,7 @@ env = getenv("XDG_DATA_DIRS"); if (!env) - env = "/usr/local/share/:/usr/share/"; -+ env = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; ++ env = "/usr/local/share/gnome/:/usr/local/share/:/usr/share/"; dirs = g_strsplit(env, ":", 0); g_return_if_fail(dirs != NULL); for (n = 0; dirs[n]; n++) |