summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-15 17:01:43 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-15 17:01:43 +0000
commit018c4dc1226cff51db3d9bc78e411254503aeeb4 (patch)
tree5bd81000503027df61f5932a02580d42cac44d38 /devel/libgnome/patches
parent17269338422f2560092962aafcc4dbaad138df2b (diff)
downloadpkgsrc-018c4dc1226cff51db3d9bc78e411254503aeeb4.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-af12
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");