openbsd-ports/converters/libiconv/patches/patch-libcharset_lib_config_charset
bernd e875971745 Add runelocale 646 to charset.alias. This fixes a GLib warning reported
by djm@. Bump PKGNAME accordingly.

"go ahead" espie@
2005-12-01 11:23:42 +00:00

20 lines
741 B
Plaintext

$OpenBSD: patch-libcharset_lib_config_charset,v 1.6 2005/12/01 11:23:42 bernd Exp $
--- libcharset/lib/config.charset.orig Wed Jan 21 19:53:20 2004
+++ libcharset/lib/config.charset Wed Nov 30 17:52:14 2005
@@ -345,13 +345,14 @@ case "$os" in
#echo "sun_eu_greek ?" # what is this?
echo "UTF-8 UTF-8"
;;
- freebsd* | os2*)
+ freebsd* | openbsd* | os2*)
# FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
# localcharset.c falls back to using the full locale name
# from the environment variables.
# Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just
# reuse FreeBSD's locale data for OS/2.
echo "C ASCII"
+ echo "646 ASCII"
echo "US-ASCII ASCII"
for l in la_LN lt_LN; do
echo "$l.ASCII ASCII"