From 8b0e46ec292a86cda5f10c7b30838eb0e292e8ca Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 2 May 2007 19:27:41 +0000 Subject: share/gnome -> share git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8770 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/dia/files/patch-lib_intl.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/dia/files/patch-lib_intl.c (limited to 'graphics/dia/files/patch-lib_intl.c') diff --git a/graphics/dia/files/patch-lib_intl.c b/graphics/dia/files/patch-lib_intl.c new file mode 100644 index 000000000..5449af46d --- /dev/null +++ b/graphics/dia/files/patch-lib_intl.c @@ -0,0 +1,10 @@ +--- lib/intl.c.orig Mon Mar 17 14:06:02 2003 ++++ lib/intl.c Mon Mar 17 14:07:10 2003 +@@ -65,6 +65,7 @@ + read_aliases ("/usr/share/locale/locale.alias"); + read_aliases ("/usr/local/share/locale/locale.alias"); + read_aliases ("/usr/lib/X11/locale/locale.alias"); ++ read_aliases ("/usr/X11R6/lib/X11/locale/locale.alias"); + read_aliases ("/usr/openwin/lib/locale/locale.alias"); + } + while((p=g_hash_table_lookup(alias_table,lang)) && strcmp(p, lang)) -- cgit v1.2.3