summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches/patch-ad
blob: 34045852b93198912428b362fb4bcaa2b873197e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.11 2005/01/12 11:20:20 jmmv Exp $

--- gtk/xdgmime/xdgmime.c.orig	2004-12-09 18:26:52.000000000 +0100
+++ gtk/xdgmime/xdgmime.c
@@ -207,7 +207,7 @@ xdg_run_command_on_dirs (XdgDirectoryFun
 
   xdg_data_dirs = getenv ("XDG_DATA_DIRS");
   if (xdg_data_dirs == NULL)
-    xdg_data_dirs = "/usr/local/share/:/usr/share/";
+    xdg_data_dirs = PREFIX "/share/";
 
   ptr = xdg_data_dirs;