mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -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
400 B
C
11 lines
400 B
C
--- gio/xdgmime/xdgmime.c.orig 2020-12-17 11:47:11 UTC
|
||
+++ gio/xdgmime/xdgmime.c
|
||
@@ -235,7 +235,7 @@ xdg_init_dirs (void)
|
||
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
|
||
|
||
if (xdg_data_dirs == NULL)
|
||
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
|
||
+ xdg_data_dirs = "%%LOCALBASE%%/share/";
|
||
|
||
/* Work out how many dirs we’re dealing with. */
|
||
if (xdg_data_home != NULL || home != NULL)
|