Files
pkgsrc-ng/devel/glib2/patches/patch-cb
2013-09-26 17:14:40 +02:00

14 lines
408 B
Plaintext

$NetBSD: patch-cb,v 1.3 2012/05/01 18:45:52 adam Exp $
--- gio/xdgmime/xdgmime.c.orig 2008-09-02 15:09:17.000000000 +0000
+++ gio/xdgmime/xdgmime.c
@@ -257,7 +257,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;