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 | |
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')
-rw-r--r-- | devel/libgnome/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-af | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index 8b9e3606c75..666a0c79d1d 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/02/15 13:30:50 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2003/02/15 17:01:43 jmmv Exp $ SHA1 (libgnome-2.2.0.1.tar.bz2) = 50a7dd086638094723f47788d399d1826647710e Size (libgnome-2.2.0.1.tar.bz2) = 716319 bytes @@ -7,3 +7,4 @@ SHA1 (patch-ab) = f1d44227b78406e7daece28e734ac239cda41518 SHA1 (patch-ac) = f5aaa1cd464d85b9ceea42a29edec950658620f8 SHA1 (patch-ad) = debc95d4b6bed9998d18c2b2bad1b5a985300ccc SHA1 (patch-ae) = 3e9d43e3608cbf9e180c06e690f53c030580fbb2 +SHA1 (patch-af) = 91ce8f910ed54e6186ab6592494ae9190705629b 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"); |