diff options
Diffstat (limited to 'graphics/dia/files/patch-lib_intl.c')
-rw-r--r-- | graphics/dia/files/patch-lib_intl.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/graphics/dia/files/patch-lib_intl.c b/graphics/dia/files/patch-lib_intl.c deleted file mode 100644 index 5449af46de43..000000000000 --- a/graphics/dia/files/patch-lib_intl.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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)) |