mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- explicitely not bumping port revision, as the package does not change for people who are using the defaults LOCALBASE=/usr/local -- no need to burden the package builders for this. PR: 225378 Submitted by: John Hein <jcfyecrayz@liamekaens.com>
11 lines
290 B
C
11 lines
290 B
C
--- glib/tests/utils.c.orig 2020-12-17 11:47:11 UTC
|
|
+++ glib/tests/utils.c
|
|
@@ -485,7 +485,7 @@ test_xdg_dirs (void)
|
|
|
|
xdg = (gchar *)g_getenv ("XDG_CONFIG_DIRS");
|
|
if (!xdg)
|
|
- xdg = "/etc/xdg";
|
|
+ xdg = "%%LOCALBASE%%/etc/xdg:/etc/xdg";
|
|
|
|
dirs = g_get_system_config_dirs ();
|
|
|