diff options
author | jmmv <jmmv> | 2003-02-15 17:01:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-15 17:01:43 +0000 |
commit | 9a9aab8c6a0075f4c091e9c1353700592e4f65a2 (patch) | |
tree | 5bd81000503027df61f5932a02580d42cac44d38 /devel/libgnome/patches | |
parent | c0af91fd53918e9b9ebdf91496c5bfdea784fbe3 (diff) | |
download | pkgsrc-9a9aab8c6a0075f4c091e9c1353700592e4f65a2.tar.gz |
Fix search path for the locale.alias file.
No PKGREVISION bump as it has been bumped few hours ago.
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r-- | devel/libgnome/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libgnome/patches/patch-af b/devel/libgnome/patches/patch-af new file mode 100644 index 00000000000..ac880973c68 --- /dev/null +++ b/devel/libgnome/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2003/02/15 17:01:43 jmmv Exp $ + +--- libgnome/gnome-i18n.c.orig 2002-07-12 14:44:11.000000000 +0200 ++++ libgnome/gnome-i18n.c +@@ -69,6 +69,7 @@ unalias_lang (char *lang) + int i; + if (!alias_table) + { ++ read_aliases (LIBGNOME_DATADIR "/locale/locale.alias"); + read_aliases ("/usr/share/locale/locale.alias"); + read_aliases ("/usr/local/share/locale/locale.alias"); + read_aliases ("/usr/lib/X11/locale/locale.alias"); |