14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
$NetBSD: patch-aha,v 1.1 2012/04/30 13:53:48 drochner Exp $
|
|
|
|
--- glib/gcharset.c.orig 2012-03-31 18:03:03.000000000 +0000
|
|
+++ glib/gcharset.c
|
|
@@ -295,7 +295,7 @@ unalias_lang (char *lang)
|
|
int i;
|
|
|
|
if (!alias_table)
|
|
- read_aliases ("/usr/share/locale/locale.alias");
|
|
+ read_aliases (PREFIX "/" PKGLOCALEDIR "/locale/locale.alias");
|
|
|
|
i = 0;
|
|
while ((p = g_hash_table_lookup (alias_table, lang)) && (strcmp (p, lang) != 0))
|